Skip to content

Commit

Permalink
build(deps): bump docker/metadata-action from 3 to 4 (#153)
Browse files Browse the repository at this point in the history
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 3 to 4.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md)
- [Commits](docker/metadata-action@v3...v4)

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

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] authored May 6, 2022
1 parent 9e218c0 commit b63277d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- run: echo '::set-output name=GIT_DESCRIBE::'`git describe --tags --always --long`
name: Run `git describe` and save its output
id: git-describe
- uses: docker/metadata-action@v3
- uses: docker/metadata-action@v4
name: Calculate metadata for alpine-flavored Docker images
id: meta-alpine
with:
Expand All @@ -52,7 +52,7 @@ jobs:
platforms: ${{ env.platforms }}
tags: ${{ steps.meta-alpine.outputs.tags }}
labels: ${{ steps.meta-alpine.outputs.labels }}
- uses: docker/metadata-action@v3
- uses: docker/metadata-action@v4
name: Calculate metadata for minimal Docker images
id: meta-minimal
with:
Expand Down

0 comments on commit b63277d

Please sign in to comment.