File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 - name : Set up Docker Buildx
1414 uses : docker/setup-buildx-action@v1
1515 - name : Login to ghcr.io
16- uses : docker/login-action@v1
16+ uses : docker/login-action@v2
1717 with :
1818 registry : ghcr.io
1919 username : ${{ github.repository_owner }}
3333 platforms : linux/amd64
3434 build-args : |
3535 VERSION=main
36- HASH=${{ github.sha }}
36+ HASH=${{ github.sha }}
Original file line number Diff line number Diff line change 1717 - name : Set up Docker Buildx
1818 uses : docker/setup-buildx-action@v1
1919 - name : Login to ghcr.io
20- uses : docker/login-action@v1
20+ uses : docker/login-action@v3
2121 with :
2222 registry : ghcr.io
2323 username : ${{ github.repository_owner }}
Original file line number Diff line number Diff line change 1515 - name : Set up Docker Buildx
1616 uses : docker/setup-buildx-action@v1
1717 - name : Login to ghcr.io
18- uses : docker/login-action@v1
18+ uses : docker/login-action@v2
1919 with :
2020 registry : ghcr.io
2121 username : ${{ github.repository_owner }}
9797 sleep 90
9898 if [ $(kubectl logs http-client-02 | grep "HTTP/1.0 200" | wc -l) -le 0 ]; then
9999 exit 1
100- fi
100+ fi
You can’t perform that action at this time.
0 commit comments