Skip to content

Commit

Permalink
Merge pull request #150 from noxone/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…build-push-action-6.7.0
  • Loading branch information
noxone authored Aug 14, 2024
2 parents bfb2e00 + dd9b1d7 commit 89cf535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push Docker images
uses: docker/build-push-action@v6.6.0
uses: docker/build-push-action@v6.7.0
with:
context: .
platforms: ${{ env.docker-platforms }}
Expand Down

0 comments on commit 89cf535

Please sign in to comment.