Skip to content

Commit 7ec2a82

Browse files
classabbyampthe-maldridge
authored andcommitted
.github/workflows/build-pkg: update docker/bake-action
v3 doesn't work with our version of buildx
1 parent 6daf189 commit 7ec2a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-pkg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: Build and push images
6464
id: build_and_push
65-
uses: docker/bake-action@v3
65+
uses: docker/bake-action@v5
6666
with:
6767
push: ${{ github.event_name != 'pull_request' }}
6868
targets: infra-${{ inputs.service_name }}

0 commit comments

Comments
 (0)