Bump docker/build-push-action from 3.3.0 to 4.0.0 (#214)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/215/head
dependabot[bot] 1 year ago committed by GitHub
parent 159f2ba820
commit 27e109186b
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@v3.3.0
uses: docker/build-push-action@v4.0.0
with:
file: ./docker/Dockerfile
pull: true

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

Loading…
Cancel
Save