Skip to content

Commit

Permalink
Merge pull request #52 from pspdev/update-ci-docker
Browse files Browse the repository at this point in the history
update `build-push-action` version
  • Loading branch information
sharkwouter authored Dec 14, 2024
2 parents bb211bf + 6fba7a3 commit c933b3b
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 @@ -22,7 +22,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io

- uses: docker/build-push-action@v5
- uses: docker/build-push-action@v6
with:
context: .
push: true
Expand Down

0 comments on commit c933b3b

Please sign in to comment.