Skip to content
This repository was archived by the owner on Oct 29, 2025. It is now read-only.

Commit 1fccc1e

Browse files
authored
Merge pull request #453 from calcom/dependabot/github_actions/docker/build-push-action-6
Bump docker/build-push-action from 5 to 6
2 parents aff1eae + 9cc770f commit 1fccc1e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-build-push-dockerhub.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113

114114
- name: Build image
115115
id: docker_build
116-
uses: docker/build-push-action@v5
116+
uses: docker/build-push-action@v6
117117
with:
118118
context: ./
119119
file: ./Dockerfile
@@ -174,7 +174,7 @@ jobs:
174174

175175
- name: Push image
176176
id: docker_push
177-
uses: docker/build-push-action@v5
177+
uses: docker/build-push-action@v6
178178
with:
179179
context: ./
180180
file: ./Dockerfile

0 commit comments

Comments
 (0)