Skip to content

Commit

Permalink
Merge pull request #34 from cmahnke/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…build-push-action-5.2.0
  • Loading branch information
cmahnke authored Mar 9, 2024
2 parents e2ee084 + 1f942d3 commit 89226e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
tags: |
type=raw,value=latest,enable={{is_default_branch}}
- name: Push to GitHub Packages
uses: docker/build-push-action@v5.1.0
uses: docker/build-push-action@v5.2.0
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit 89226e2

Please sign in to comment.