Skip to content

Commit

Permalink
Fix tag name for the docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
JBWatenbergScality committed Dec 26, 2023
1 parent 861d462 commit 342995b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
push: true
context: .
tags: ghcr.io/${{ github.repository }}/scality-keycloak:${{ github.sha }}
tags: ghcr.io/${{ github.repository }}/scality-keycloak:${{ github.ref_name }}
cache-from: type=gha
cache-to: type=gha,mode=max
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 342995b

Please sign in to comment.