Skip to content

Commit df3b174

Browse files
committed
push=true
Signed-off-by: Benson Wong <benson@tailscale.com>
1 parent 2537985 commit df3b174

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/containers.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ jobs:
6767
with:
6868
context: .
6969
file: ./Dockerfile
70-
push: ${{ github.event_name != 'pull_request' }}
70+
#push: ${{ github.event_name != 'pull_request' }}
71+
push: true
7172
tags: ${{ steps.image_tags.outputs.tags }}
7273
platforms: linux/amd64,linux/arm64
7374

@@ -78,7 +79,7 @@ jobs:
7879
needs: build-and-push
7980
runs-on: ubuntu-latest
8081
# Only run this job when NOT triggered by a pull_request
81-
if: ${{ github.event_name != 'pull_request' }}
82+
# if: ${{ github.event_name != 'pull_request' }}
8283
steps:
8384
- uses: actions/delete-package-versions@v5
8485
with:

0 commit comments

Comments
 (0)