Skip to content

Commit

Permalink
Merge pull request #19 from increments/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/build-push-action-5

Bump docker/build-push-action from 4 to 5
  • Loading branch information
atm-snag2 authored Feb 5, 2024
2 parents c4e27a1 + 40fac76 commit 6f49227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
id: build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand Down

0 comments on commit 6f49227

Please sign in to comment.