Skip to content

Commit 3713a79

Browse files
authored
Merge pull request #130 from essentialkaos/dependabot/github_actions/develop/docker/build-push-action-5
Bump docker/build-push-action from 4 to 5
2 parents 71360c3 + 45fcd40 commit 3713a79

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@v4
138+
uses: docker/build-push-action@v5
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@v4
151+
uses: docker/build-push-action@v5
152152
with:
153153
push: true
154154
context: .

0 commit comments

Comments
 (0)