Skip to content

Commit

Permalink
Merge pull request #209 from crazy-max/ci-fix-deprecated-input
Browse files Browse the repository at this point in the history
ci: fix deprecated config input
  • Loading branch information
crazy-max authored Dec 6, 2024
2 parents a461ca2 + 590021e commit aed9bc2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,7 @@ jobs:
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
config: .github/buildkit.toml
buildkitd-flags: --allow-insecure-entitlement=security.insecure
buildkitd-config: .github/buildkit.toml
-
name: Login to DockerHub
if: startsWith(github.ref, 'refs/heads/')
Expand Down

0 comments on commit aed9bc2

Please sign in to comment.