Skip to content

Commit

Permalink
Merge pull request #1721 from navikt/hotfix-deploy-dev
Browse files Browse the repository at this point in the history
fix-typo
  • Loading branch information
ViktorGSolberg authored Jul 24, 2024
2 parents 74084a6 + 9b7f436 commit 006f53d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_n_deploy_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Build, push, and deploy app to dev
on:
workflow_dispatch:

env:
IMAGE: ghcr.io/navikt/familie-ef-soknad:${{ github.sha }}
env:
IMAGE: ghcr.io/navikt/familie-ef-soknad:${{ github.sha }}

jobs:
build:
Expand Down

0 comments on commit 006f53d

Please sign in to comment.