Skip to content

Commit

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

Bump docker/build-push-action from 3 to 4
  • Loading branch information
sblauth authored Jan 31, 2023
2 parents b065a28 + c043896 commit cdca7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
type=semver,pattern={{major}}.{{minor}}
- name: Build and push Docker image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
file: ./.github/docker/Dockerfile
Expand Down

0 comments on commit cdca7a0

Please sign in to comment.