Skip to content

Commit

Permalink
Merge pull request #45 from rluisr/dependabot/github_actions/docker/b…
Browse files Browse the repository at this point in the history
…uild-push-action-5

Bump docker/build-push-action from 4 to 5
  • Loading branch information
rluisr authored Oct 23, 2023
2 parents dcf2517 + ebac20e commit 5d13099
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 @@ -48,7 +48,7 @@ jobs:
run: echo "::set-output name=date::$(date +'%Y-%m-%d %H:%M')"
- name: Build and push
id: docker_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit 5d13099

Please sign in to comment.