Skip to content

Commit

Permalink
prøv å fikse imagename
Browse files Browse the repository at this point in the history
  • Loading branch information
olesls committed Dec 31, 2023
1 parent c5401e6 commit b44ec48
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,20 @@ jobs:
#- uses: navikt/digihot-deploy/actions/pre-deploy@v2
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Pre-deploy
uses: navikt/digihot-deploy/actions/pre-deploy@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Push docker image to GAR
uses: nais/docker-build-push@v0
id: docker-build-push
with:
team: teamdigihot
# image_suffix: hotsak-frontend
identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
project_id: ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
project_id: ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
tag: ${{ env.VERSION_TAG }}

deploy-labs:
name: Deploy til labs-gcp
Expand Down Expand Up @@ -76,10 +82,12 @@ jobs:
timeout-minutes: 15
steps:
- uses: actions/checkout@v4

- name: Pre-deploy
uses: navikt/digihot-deploy/actions/pre-deploy@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: nais/deploy/actions/deploy@v2
env:
CLUSTER: dev-gcp
Expand All @@ -95,11 +103,10 @@ jobs:
- uses: actions/create-release@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

with:
tag_name: ${{ env.VERSION_TAG }}
release_name: hotsak-frontend ${{ env.VERSION_TAG }}
#body: ${{ env.CHANGE_LOG }}
body: ${{ env.CHANGE_LOG }}
draft: true
prerelease: false

Expand Down

0 comments on commit b44ec48

Please sign in to comment.