Merge pull request #17 from aminvakil/build_push_action_v3

Use build-push-action@v3
This commit is contained in:
Amin Vakil 2022-05-08 12:35:32 +04:30 committed by GitHub
commit b2ef0d26aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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