Skip to content

Commit

Permalink
Update Release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tekenstam authored Sep 13, 2023
1 parent 3682957 commit 11e6ace
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@v5
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 11e6ace

Please sign in to comment.