Skip to content

Commit

Permalink
chore(deps): bump docker/build-push-action from 2.5.0 to 3.2.0 (#99)
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.5.0 to 3.2.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@ad44023...c56af95)

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

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>
  • Loading branch information
dependabot[bot] committed Dec 2, 2022
1 parent a13fb42 commit 059134e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
echo "${{ steps.meta.outputs.tags }}" | awk 'BEGIN {pre = 0} {if ($1 !~ /latest/) {split($1, tag, ":"); imagename = tag[1]; split(tag[2], ver, "-"); split(substr(ver[1], 2, length(ver[1])), pub, "."); if (ver[2] == "") {s[1] = $1","imagename":v"pub[1]} else {pre = 1; s[1] = $1}} else {s[2] = $1}} END {if (pre == 0) {print "tags="s[1]","s[2]} else {print "tags="s[1]}}' >> $GITHUB_OUTPUT
- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5
with:
context: .
push: true
Expand Down

0 comments on commit 059134e

Please sign in to comment.