Skip to content

Commit

Permalink
Bruker faktisk env variabler
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsladek committed Oct 20, 2023
1 parent aba6af5 commit 1cc5652
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-engangsstonad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- '.github/workflows/build-engangsstonad.yml'

env:
NAME: engangsstonad
APP_NAME: engangsstonad

jobs:
build-app:
Expand All @@ -24,7 +24,7 @@ jobs:
with:
build-image: ${{ github.ref_name == 'felles_server_decorator' }} # default: true
push-image: ${{ github.ref_name == 'felles_server_decorator' }} # default: false
app: $NAME
app: ${{ env.APP_NAME }}
secrets: inherit


Expand Down

0 comments on commit 1cc5652

Please sign in to comment.