Skip to content

Commit

Permalink
Bump crazy-max/ghaction-docker-meta from 1 to 5 (#124)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Todd Ekenstam <[email protected]>
  • Loading branch information
dependabot[bot] and tekenstam authored Sep 13, 2023
1 parent 216fed5 commit 77d7cdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
-
name: Docker meta
id: docker_meta
uses: crazy-max/ghaction-docker-meta@v1
uses: docker/metadata-action@v5
with:
images: ${{ github.repository_owner }}/iam-manager
-
Expand All @@ -47,4 +47,4 @@ jobs:
file: ./Dockerfile
platforms: linux/amd64,linux/arm/v7,linux/arm64
push: true
tags: ${{ steps.docker_meta.outputs.tags }}
tags: ${{ steps.docker_meta.outputs.tags }}

0 comments on commit 77d7cdb

Please sign in to comment.