Merge pull request #3 from timbru31/master

build(deps): bump docker/build-push-action from 3.0.0 to 3.1.0 (#159)
This commit is contained in:
Pavel 2022-07-27 10:22:23 +03:00 committed by GitHub
commit bc40e431cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@ jobs:
run: echo ${{ steps.buildx.outputs.platforms }}
- name: Docker Buildx (build)
uses: docker/build-push-action@v3.0.0
uses: docker/build-push-action@v3.1.0
if: success() && !contains(github.ref, 'master')
with:
push: false
@ -83,7 +83,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Docker Buildx (push)
uses: docker/build-push-action@v3.0.0
uses: docker/build-push-action@v3.1.0
if: success() && contains(github.ref, 'master')
with:
push: true