Bump docker/build-push-action from 4.0.0 to 4.1.1 (#239)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/241/head
dependabot[bot] 12 months ago committed by GitHub
parent d1ff4ad542
commit d3a438f2de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -41,7 +41,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build Image and Push to GHCR
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v4.1.1
with:
file: ./docker/Dockerfile
pull: true

@ -61,7 +61,7 @@ jobs:
with:
install: true
- name: Build Image
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v4.1.1
with:
file: ./docker/Dockerfile
pull: true

Loading…
Cancel
Save