Skip to content

Commit 7fe9b56

Browse files
authored
Merge pull request #105 from essentialkaos/dependabot/github_actions/develop/docker/build-push-action-4
Bump docker/build-push-action from 3 to 4
2 parents e0d5180 + e2b2a3d commit 7fe9b56

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

0 commit comments

Comments
 (0)