Skip to content

Commit 07894fd

Browse files
authored
Merge pull request #6 from devops-ia/dependabot/github_actions/docker/build-push-action-6
chore(deps): bump docker/build-push-action from 3 to 6
2 parents 2e68a60 + e51c196 commit 07894fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: echo "::set-output name=version::$(grep -oP 'version=\K.*' Dockerfile | sed -e 's/"//g')"
2727

2828
- name: Build and push Docker image
29-
uses: docker/build-push-action@v3
29+
uses: docker/build-push-action@v6
3030
with:
3131
context: .
3232
push: true

0 commit comments

Comments
 (0)