Skip to content

Commit c8af64f

Browse files
authored
Merge pull request #247 from ProgrammingLab/dependabot/github_actions/docker/build-push-action-6
Bump docker/build-push-action from 5 to 6
2 parents 5c137ed + 802dc5e commit c8af64f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/build-docker-image.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
type=sha
3737
3838
- name: Build and Push
39-
uses: docker/build-push-action@v5
39+
uses: docker/build-push-action@v6
4040
with:
4141
context: ./backend/nginx
4242
cache-from: type=gha
@@ -70,7 +70,7 @@ jobs:
7070
type=sha
7171
7272
- name: Build and Push
73-
uses: docker/build-push-action@v5
73+
uses: docker/build-push-action@v6
7474
with:
7575
context: ./backend
7676
cache-from: type=gha

0 commit comments

Comments
 (0)