Use build-push-action@v3
This commit is contained in:
parent
a4f93599a5
commit
4b9ad65b93
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -94,7 +94,7 @@ jobs:
|
||||||
password: ${{ secrets.QUAY_PASSWORD }}
|
password: ${{ secrets.QUAY_PASSWORD }}
|
||||||
|
|
||||||
- name: Push to Quay
|
- name: Push to Quay
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
pull: true
|
pull: true
|
||||||
|
@ -108,7 +108,7 @@ jobs:
|
||||||
VERSION: ${{ steps.get_version.outputs.VERSION }}
|
VERSION: ${{ steps.get_version.outputs.VERSION }}
|
||||||
|
|
||||||
- name: Push nossl to Quay
|
- name: Push nossl to Quay
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
file: ./Dockerfile_nossl
|
file: ./Dockerfile_nossl
|
||||||
pull: true
|
pull: true
|
||||||
|
|
Loading…
Reference in a new issue