File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616 build_and_push :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v2
19+ - uses : actions/checkout@v4
2020 with :
2121 repository : ${{ github.event.pull_request.head.repo.full_name }}
2222
@@ -28,18 +28,18 @@ jobs:
2828 git checkout ${{ github.head_ref }}
2929
3030 - name : Set up Docker Buildx
31- uses : docker/setup-buildx-action@v1
31+ uses : docker/setup-buildx-action@v3
3232
3333 - name : Login to Quay.io
34- uses : docker/login-action@v1
34+ uses : docker/login-action@v3
3535 with :
3636 registry : quay.io
3737 username : ${{ secrets.quay_user }}
3838 password : ${{ secrets.quay_password }}
3939
4040 - name : Build and push
4141 id : docker_build
42- uses : docker/build-push-action@v2
42+ uses : docker/build-push-action@v5
4343 with :
4444 push : true
4545 context : images/${{ inputs.imagename }}
You can’t perform that action at this time.
0 commit comments