commit | f0d1616e1c3710e3e45d32b87403cee093fa234c | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Fri Oct 14 03:39:12 2022 +0000 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Fri Oct 14 14:03:24 2022 -0400 |
tree | 94df578a1c0e1e3b476b0d69b3cf87a6f5b62a79 | |
parent | 28a53952ba635b09461d209eb35cd463b1ba5f77 [diff] [blame] |
build(deps): bump docker/build-push-action from 3.1.1 to 3.2.0 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>
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fe48869..d607c25 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml
@@ -62,7 +62,7 @@ echo ::set-output name=tag::$(echo ${{ github.event.release.tag_name }} | sed 's/^v//') - name: Build image - uses: docker/build-push-action@v3.1.1 + uses: docker/build-push-action@v3.2.0 with: context: . cache-from: type=gha