Skip to content

Commit

Permalink
Merge pull request #65 from navikt/dependabot/github_actions/nais/dep…
Browse files Browse the repository at this point in the history
…loy-2

Bump nais/deploy from 1 to 2
  • Loading branch information
androa authored Nov 29, 2024
2 parents 3dac9b9 + 3237dc4 commit 93f930f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
url: "https://dagpenger.ansatt.dev.nav.no/saksbehandling"
steps:
- uses: actions/checkout@v4
- uses: nais/deploy/actions/deploy@v1
- uses: nais/deploy/actions/deploy@v2
env:
VAR: image=${{ needs.build.outputs.image }},githubSha=${{ github.sha }}
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
Expand All @@ -126,7 +126,7 @@ jobs:
url: "https://dagpenger.ansatt.nav.no/saksbehandling"
steps:
- uses: actions/checkout@v4
- uses: nais/deploy/actions/deploy@v1
- uses: nais/deploy/actions/deploy@v2
env:
VAR: image=${{ needs.build.outputs.image }},githubSha=${{ github.sha }}
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
Expand Down

0 comments on commit 93f930f

Please sign in to comment.