Skip to content

Commit

Permalink
Ikke kjør docker-push i merge-queue
Browse files Browse the repository at this point in the history
  • Loading branch information
stigebil committed Sep 19, 2024
1 parent bb5d524 commit 2825749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-preprod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:

- uses: nais/docker-build-push@v0
id: docker-push
if: (github.event.pull_request.user.login != 'dependabot[bot]' && github.event_name != 'merge_group')
if: github.event_name != 'merge_group'
with:
team: teamfamilie
push_image: true
Expand Down

0 comments on commit 2825749

Please sign in to comment.