Skip to content

Commit

Permalink
Bump crazy-max/ghaction-docker-meta from 3.8.0 to 4.0.1
Browse files Browse the repository at this point in the history
Bumps [crazy-max/ghaction-docker-meta](https://github.com/crazy-max/ghaction-docker-meta) from 3.8.0 to 4.0.1.
- [Release notes](https://github.com/crazy-max/ghaction-docker-meta/releases)
- [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md)
- [Commits](docker/metadata-action@v3.8.0...v4.0.1)

---
updated-dependencies:
- dependency-name: crazy-max/ghaction-docker-meta
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and Sida Say committed May 6, 2022
1 parent 266d02b commit b4c5cb7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@ jobs:
-
name: Docker meta
id: docker_meta
uses: crazy-max/ghaction-docker-meta@v3.8.0
uses: docker/metadata-action@v4.0.1
with:
# list of Docker images to use as base name for tags
images: |
khalibre/privacyidea
# add git short SHA as Docker tag
tag-sha: true
tags: |
# minimal (short sha)
type=sha
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@ jobs:
-
name: Docker meta
id: docker_meta
uses: crazy-max/ghaction-docker-meta@v3.8.0
uses: docker/metadata-action@v4.0.1
with:
# list of Docker images to use as base name for tags
images: |
khalibre/privacyidea
# add git short SHA as Docker tag
tag-sha: true
tags: |
# minimal (short sha)
type=sha
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit b4c5cb7

Please sign in to comment.