Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
vebnor committed Oct 5, 2023
1 parent 7364f13 commit 35f5ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
VARS: nais/frontend/prod.yml
- name: Set image output
id: docker-push
run: echo "IMAGE=${IMAGE_BASE_CR}:${TAG}" >> $GITHUB_ENV
run: echo "IMAGE=${IMAGE_BASE_CR}:${TAG}" >> $GITHUB_OUTPUT
trivy:
needs: [build-og-deploy]
uses: navikt/sif-gha-workflows/.github/workflows/trivy-ghcr.yml@main
Expand Down

0 comments on commit 35f5ba3

Please sign in to comment.