Skip to content

Commit 7f6e171

Browse files
Merge pull request #52 from christosgalano/dependabot/github_actions/main/docker/build-push-action-6
Bump docker/build-push-action from 5 to 6
2 parents 9b5f1d3 + 74bff38 commit 7f6e171

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci_cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123

124124
- name: Build and push Docker image
125125
id: build-push-image
126-
uses: docker/build-push-action@v5
126+
uses: docker/build-push-action@v6
127127
with:
128128
context: ${{ github.workspace }}/src
129129
push: true

0 commit comments

Comments
 (0)