Skip to content

Commit 1aa84f8

Browse files
Update docker/build-push-action action to v6
1 parent 47c354c commit 1aa84f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# https://github.com/docker/build-push-action
5858
- name: Build and push Docker image
5959
id: build-and-push
60-
uses: docker/build-push-action@v5
60+
uses: docker/build-push-action@v6
6161
with:
6262
context: .
6363
push: ${{ github.event_name != 'pull_request' }}
@@ -68,7 +68,7 @@ jobs:
6868

6969
- name: Build and push bot Docker image
7070
id: build-and-push-botmanager
71-
uses: docker/build-push-action@v5
71+
uses: docker/build-push-action@v6
7272
with:
7373
context: .
7474
build-args:

0 commit comments

Comments
 (0)