Skip to content

Commit df127c5

Browse files
Merge pull request #38 from alexislefebvre/dependabot/github_actions/docker/build-push-action-6
github-actions(deps): bump docker/build-push-action from 5 to 6
2 parents 8fa289f + ffb3a48 commit df127c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
password: ${{ secrets.GITHUB_TOKEN }}
3636

3737
- name: Build and push ${{ matrix.image }}
38-
uses: docker/build-push-action@v5
38+
uses: docker/build-push-action@v6
3939
with:
4040
context: "{{defaultContext}}:${{ matrix.image }}"
4141
push: true

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
-
3030
name: Build ${{ matrix.image }}
31-
uses: docker/build-push-action@v5
31+
uses: docker/build-push-action@v6
3232
with:
3333
context: "{{defaultContext}}:${{ matrix.image }}"
3434
push: false

0 commit comments

Comments
 (0)