Skip to content

Commit 8af5620

Browse files
chore(deps): update docker/build-push-action action to v6
1 parent 1735ea2 commit 8af5620

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
username: mjgpluralsh
6464
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
6565
- name: Build and push
66-
uses: docker/build-push-action@v5
66+
uses: docker/build-push-action@v6
6767
with:
6868
context: "."
6969
file: "${{ matrix.dockerfile }}"

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
username: mjgpluralsh
111111
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
112112
- name: Build and push
113-
uses: docker/build-push-action@v5
113+
uses: docker/build-push-action@v6
114114
with:
115115
context: "."
116116
file: "${{ matrix.dockerfile }}"

0 commit comments

Comments
 (0)