Skip to content

Commit

Permalink
chore(workflows): Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Rieb, Elias authored and Rieb, Elias committed Dec 9, 2024
1 parent 91ff249 commit 5ca9253
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,10 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
- id: meta
uses: docker/metadata-action@v5
images: ghcr.io/${{ github.repository }}
tags: |
type=semver,pattern={{version}}
with:
images: ghcr.io/${{ github.repository }}
tags: |
type=semver,pattern={{version}}
- run: |
TARGET=${{ steps.meta.outputs.tags }}
SOURCE=${{ needs.build.outputs.image }}
Expand Down

0 comments on commit 5ca9253

Please sign in to comment.