Merge pull request #17 from aminvakil/build_push_action_v3
Use build-push-action@v3
This commit is contained in:
commit
b2ef0d26aa
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 }}
|
||||
|
||||
- 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
|
||||
|
|
Loading…
Reference in a new issue