Skip to content

Commit

Permalink
ci: correct image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tronghn committed Aug 11, 2023
1 parent 36b2627 commit 8981a4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ jobs:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
CLUSTER: dev-gcp
RESOURCE: .nais/${{ matrix.module }}.yaml,.nais/${{ matrix.module }}-token-generator.yaml
IMAGE: ${{ steps.build_push_sign.outputs.version }}
IMAGE: ${{ steps.build_push_sign.outputs.tag }}
- uses: nais/deploy/actions/deploy@fff9ae049178e5d3dca5c9600cf78acce63c0708 # ratchet:nais/deploy/actions/deploy@v1
if: matrix.module == 'azure'
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
CLUSTER: dev-gcp
RESOURCE: .nais/azure-token-generator-nav.yaml
IMAGE: ${{ steps.build_push_sign.outputs.version }}
IMAGE: ${{ steps.build_push_sign.outputs.tag }}

0 comments on commit 8981a4e

Please sign in to comment.