Skip to content

Commit 235afa6

Browse files
authored
Merge pull request #2 from jbw976/bump-buildx
build(deps): bump buildx version to v0.23.0
2 parents 0e3bc4b + b848ae1 commit 235afa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
# Common versions
1717
GO_VERSION: '1.23.6'
1818
GOLANGCI_VERSION: 'v1.62.0'
19-
DOCKER_BUILDX_VERSION: 'v0.11.2'
19+
DOCKER_BUILDX_VERSION: 'v0.23.0'
2020

2121
IMAGE_NAME: ghcr.io/${{ github.repository }}
2222
IMAGE_VERSION: ${{ inputs.version }}
@@ -104,6 +104,6 @@ jobs:
104104
target: image
105105
build-args:
106106
GO_VERSION=${{ env.GO_VERSION }}
107-
push: true
107+
push: ${{ github.event_name != 'pull_request' }}
108108
tags: |
109109
${{ env.IMAGE_NAME }}:${{ env.IMAGE_VERSION }}

0 commit comments

Comments
 (0)