Skip to content

Commit

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

Bump docker/build-push-action from 5.3.0 to 5.4.0
  • Loading branch information
adriel authored Jun 10, 2024
2 parents 4fcca82 + 9373fe8 commit c29380a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

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

0 comments on commit c29380a

Please sign in to comment.