Skip to content

Commit 3d16840

Browse files
committed
debug: bin-image from ci-bin-image branch (this PR)
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
1 parent 15d4c99 commit 3d16840

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
branches:
1414
- 'master'
1515
- '[0-9]+.[0-9]+'
16+
- 'ci-bin-image'
1617
tags:
1718
- 'v*'
1819
pull_request:
@@ -91,7 +92,7 @@ jobs:
9192

9293
bin-image:
9394
runs-on: ubuntu-20.04
94-
if: ${{ github.event_name != 'pull_request' && github.repository == 'docker/cli' }}
95+
if: ${{ github.repository == 'docker/cli' }}
9596
steps:
9697
-
9798
name: Checkout
@@ -115,7 +116,6 @@ jobs:
115116
type=sha
116117
-
117118
name: Login to DockerHub
118-
if: github.event_name != 'pull_request'
119119
uses: docker/login-action@v3
120120
with:
121121
username: ${{ secrets.DOCKERHUB_CLIBIN_USERNAME }}
@@ -128,7 +128,7 @@ jobs:
128128
./docker-bake.hcl
129129
${{ steps.meta.outputs.bake-file }}
130130
targets: bin-image-cross
131-
push: ${{ github.event_name != 'pull_request' }}
131+
push: true
132132
set: |
133133
*.cache-from=type=gha,scope=bin-image
134134
*.cache-to=type=gha,scope=bin-image,mode=max

0 commit comments

Comments
 (0)