Skip to content

Commit

Permalink
add missing input to publish input in ci/cd (#98)
Browse files Browse the repository at this point in the history
Co-authored-by: Hammerbeck <[email protected]>
  • Loading branch information
Andreass2 and Hammerbeck authored Jun 4, 2024
1 parent f391a5f commit 4feee01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
- name: "Publish image"
uses: ./.github/actions/publish-image
with:
imageTag: ${{ needs.prepare-deployment.outputs.imageTag }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
dockerImageBaseName: ghcr.io/altinn/altinn-correspondence

Expand Down

0 comments on commit 4feee01

Please sign in to comment.