Skip to content

Commit

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

Bump docker/build-push-action from 6.0.1 to 6.0.2
  • Loading branch information
adriel authored Jun 21, 2024
2 parents 3e36318 + e686b1d commit 1999b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.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@v6.0.1
uses: docker/build-push-action@v6.0.2
with:
context: .
push: true
Expand Down

0 comments on commit 1999b9b

Please sign in to comment.