Use build-push-action@v3

This commit is contained in:
Amin Vakil 2022-05-08 12:32:11 +04:30
parent a4f93599a5
commit 4b9ad65b93
No known key found for this signature in database
GPG key ID: 1EFC1864E9D9E56B

View file

@ -94,7 +94,7 @@ jobs:
password: ${{ secrets.QUAY_PASSWORD }}
- name: Push to Quay
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
file: ./Dockerfile
pull: true
@ -108,7 +108,7 @@ jobs:
VERSION: ${{ steps.get_version.outputs.VERSION }}
- name: Push nossl to Quay
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
file: ./Dockerfile_nossl
pull: true