Merge pull request #22 from jumoog/dependabot/github_actions/docker/build-push-action-5.1.0

ci(deps): bump docker/build-push-action from 5.0.0 to 5.1.0
This commit is contained in:
Kilian von Pflugk 2023-11-18 23:42:40 +01:00 committed by GitHub
commit a27a265e29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,7 @@ jobs:
# https://github.com/docker/build-push-action # https://github.com/docker/build-push-action
- name: Publish container image - name: Publish container image
id: build-and-push id: build-and-push
uses: docker/build-push-action@v5.0.0 uses: docker/build-push-action@v5.1.0
with: with:
file: docker/Dockerfile file: docker/Dockerfile
context: docker context: docker