Skip to content

Commit

Permalink
push always (staging)
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-hanheide committed Dec 14, 2024
1 parent 2e71960 commit 7a404ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
context: .
file: .devcontainer/Dockerfile
platforms: linux/amd64
push: ${{ github.event_name != 'pull_request' }}
push: true
tags: ${{ steps.meta_public.outputs.tags }}
labels: ${{ steps.meta_public.outputs.labels }}
target: compiled
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
context: .
file: .devcontainer/Dockerfile
platforms: linux/arm64
push: ${{ github.event_name != 'pull_request' }}
push: true
tags: ${{ steps.meta_public.outputs.tags }}
labels: ${{ steps.meta_public.outputs.labels }}
target: compiled
Expand Down

0 comments on commit 7a404ac

Please sign in to comment.