chore(deps): update docker/build-push-action action to v3.3.1

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2023-02-05 22:19:21 +00:00 committed by Tilman Vatteroth
parent b3a299f51a
commit fc3c0cd8de
2 changed files with 3 additions and 3 deletions

View file

@ -66,7 +66,7 @@ jobs:
- name: Build dev image
if: needs.changes.outputs.changed == 'true'
uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 # v3.3.0
uses: docker/build-push-action@1104d471370f9806843c095c1db02b5a90c5f8b6 # v3.3.1
with:
push: true
file: backend/docker/Dockerfile
@ -132,7 +132,7 @@ jobs:
- name: Build and push
if: needs.changes.outputs.changed == 'true'
uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 # v3.3.0
uses: docker/build-push-action@1104d471370f9806843c095c1db02b5a90c5f8b6 # v3.3.1
with:
push: ${{ github.event_name == 'push' }}
file: backend/docker/Dockerfile

View file

@ -81,7 +81,7 @@ jobs:
- name: Build and push
if: needs.changes.outputs.changed == 'true'
uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 # v3.3.0
uses: docker/build-push-action@1104d471370f9806843c095c1db02b5a90c5f8b6 # v3.3.1
with:
push: true
file: frontend/docker/Dockerfile