Skip to content

Commit

Permalink
fix: cd workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maandr committed Apr 7, 2024
1 parent 94be019 commit 83e484f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
needs: prepare
uses: maandr/github-actions/.github/workflows/cd-ghcr.yaml@v3
with:
tags: ${{ needs.generate-image-tags.outputs.tags }}
labels: ${{ needs.generate-image-tags.outputs.labels }}
tags: ${{ needs.prepare.outputs.tags }}
labels: ${{ needs.prepare.outputs.labels }}
secrets:
GHCR_PAT: ${{ secrets.CONTAINER_REGISTRY_PAT }}

0 comments on commit 83e484f

Please sign in to comment.