Skip to content

Commit 0947e6d

Browse files
committed
trying to fix image description
1 parent 43ae349 commit 0947e6d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v5
1313

1414
- name: Set up QEMU
1515
uses: docker/setup-qemu-action@v3
@@ -18,13 +18,16 @@ jobs:
1818
uses: docker/setup-buildx-action@v3
1919

2020
- name: Login to GitHub Container Registry
21-
uses: docker/login-action@v1
21+
uses: docker/login-action@v3
2222
with:
2323
registry: ghcr.io
2424
username: ${{ github.actor }}
2525
password: ${{ secrets.GITHUB_TOKEN }}
2626

2727
- name : Build and push multi-arch DVWA image
28+
with:
29+
outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=A multi-platform DVWA image
30+
2831
run: |
2932
3033
IMAGE_ID=ghcr.io/${{ github.repository_owner }}/dvwa

0 commit comments

Comments
 (0)