Bump docker/build-push-action from 3.1.0 to 3.1.1 (#139)

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/140/head
dependabot[bot] 2 years ago committed by GitHub
parent ac21497e0e
commit 5933aa7fdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,7 +40,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_TOKEN }}
- name: Build Image and Push to GHCR
uses: docker/build-push-action@v3.1.0
uses: docker/build-push-action@v3.1.1
with:
file: ./docker/Dockerfile
pull: true

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

Loading…
Cancel
Save