Skip to content

Commit

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

Bump docker/build-push-action from 5.0.0 to 5.1.0
  • Loading branch information
adriel authored Nov 20, 2023
2 parents fa4d588 + 4e13ec7 commit cad8653
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@v5.0.0
uses: docker/build-push-action@v5.1.0
with:
context: .
push: true
Expand Down

0 comments on commit cad8653

Please sign in to comment.