Bump docker/build-push-action from 3.1.1 to 3.2.0 (#151)

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/149/head^2
dependabot[bot] 2 years ago committed by GitHub
parent 6d56ee1c49
commit 11d1b6b788
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.1
uses: docker/build-push-action@v3.2.0
with:
file: ./docker/Dockerfile
pull: true

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

Loading…
Cancel
Save