Skip to content

Commit 17f0007

Browse files
authored
Merge branch 'master' into timbru31-patch-1
2 parents e36b0b3 + 320c95a commit 17f0007

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
install: true
7777

7878
- name: Docker Buildx (build)
79-
uses: docker/build-push-action@v6.11.0
79+
uses: docker/build-push-action@v6.12.0
8080
env:
8181
BUILD_PATH: ./${{ matrix.ruby-version }}/${{ matrix.node-version }}${{ matrix.variant == 'default' && '' || '/${{ matrix.variant }}' }}
8282
if: success() && !contains(github.ref, 'master')
@@ -96,7 +96,7 @@ jobs:
9696
password: ${{ secrets.DOCKER_PASSWORD }}
9797

9898
- name: Docker Buildx (push)
99-
uses: docker/build-push-action@v6.11.0
99+
uses: docker/build-push-action@v6.12.0
100100
env:
101101
BUILD_PATH: ./${{ matrix.ruby-version }}/${{ matrix.node-version }}${{ matrix.variant == 'default' && '' || '/${{ matrix.variant }}' }}
102102
if: success() && github.event_name != 'pull_request' && contains(github.ref, 'master')

0 commit comments

Comments
 (0)