Skip to content

Commit

Permalink
fix: output ref variable for docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemental committed Oct 23, 2024
1 parent aa0e3a6 commit 483b216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
images: ghcr.io/${{ github.repository }}
tags: |
type=raw,value=latest
type=raw,value=${{ steps.semantic-release.outputs.version }}
type=raw,value=${{ needs.semantic.outputs.version }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 483b216

Please sign in to comment.