Skip to content

Commit 8e754a8

Browse files
authored
Merge pull request #182 from essentialkaos/dependabot/github_actions/develop/docker/build-push-action-6
Bump docker/build-push-action from 5 to 6
2 parents 42e2178 + 067c785 commit 8e754a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
136136
- name: Build and push Docker images (Docker)
137137
if: ${{ steps.build_check.outputs.build == 'true' }}
138-
uses: docker/build-push-action@v5
138+
uses: docker/build-push-action@v6
139139
with:
140140
push: true
141141
context: .
@@ -148,7 +148,7 @@ jobs:
148148
149149
- name: Build and push Docker images (GHCR)
150150
if: ${{ steps.build_check.outputs.build == 'true' }}
151-
uses: docker/build-push-action@v5
151+
uses: docker/build-push-action@v6
152152
with:
153153
push: true
154154
context: .

0 commit comments

Comments
 (0)