Skip to content

Commit

Permalink
Merge pull request #40 from EvilFreelancer/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…docker/build-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
EvilFreelancer committed Jun 24, 2024
2 parents 0593418 + 910158f commit e8b906e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build with Docker
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: ${{ !env.ACT }}
Expand Down

0 comments on commit e8b906e

Please sign in to comment.