Skip to content

Commit

Permalink
Merge pull request #50 from udx/dependabot/github_actions/dot-github/…
Browse files Browse the repository at this point in the history
…workflows/docker/build-push-action-6

Bump docker/build-push-action from 2 to 6 in /.github/workflows
  • Loading branch information
fqjony authored Sep 24, 2024
2 parents e8266d3 + d375842 commit df7031e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
password: ${{ secrets.DOCKER_TOKEN }}

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

0 comments on commit df7031e

Please sign in to comment.