File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments