Skip to content

Commit 48baa21

Browse files
⬆️ Upgrade docker/build-push-action action to v6.7.0
1 parent 0ed8b07 commit 48baa21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/CI-CD.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
type=sha
6666
6767
- name: Build and push Docker image
68-
uses: docker/build-push-action@v6.3.0
68+
uses: docker/build-push-action@v6.7.0
6969
with:
7070
context: .
7171
push: true

Diff for: .github/workflows/docker.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
type=sha
3333
3434
- name: Build and push Docker image
35-
uses: docker/build-push-action@v6.1.0
35+
uses: docker/build-push-action@v6.7.0
3636
with:
3737
context: .
3838
push: true

0 commit comments

Comments
 (0)