Skip to content

Commit

Permalink
Merge pull request #6 from devops-ia/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/build-push-action-6

chore(deps): bump docker/build-push-action from 3 to 6
  • Loading branch information
ialejandro authored Aug 6, 2024
2 parents 2e68a60 + e51c196 commit 07894fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: echo "::set-output name=version::$(grep -oP 'version=\K.*' Dockerfile | sed -e 's/"//g')"

- name: Build and push Docker image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
with:
context: .
push: true
Expand Down

0 comments on commit 07894fd

Please sign in to comment.