Skip to content

Commit

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

Bump docker/build-push-action from 5 to 6
  • Loading branch information
just95 authored Jul 7, 2024
2 parents 9b1f2fe + 9f2e87d commit 7eb8583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and Push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/toml-to-json:latest
Expand Down

0 comments on commit 7eb8583

Please sign in to comment.