Skip to content

Commit

Permalink
Avoid deprecated usage of Docker action (#342)
Browse files Browse the repository at this point in the history
The `config-inline` option for docker/setup-buildx-action is replaced by
`buildkitd-config-inline`.

Signed-off-by: Mark S. Lewis <[email protected]>
  • Loading branch information
bestbeforetoday authored Apr 30, 2024
1 parent 19cfb1c commit c1a820f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
uses: docker/setup-buildx-action@v3
with:
buildkitd-flags: --debug
config-inline: |
buildkitd-config-inline: |
[worker.oci]
max-parallelism = 1
- name: Login to the ${{ matrix.DOCKER_REGISTRY }} Container Registry
Expand All @@ -96,7 +96,7 @@ jobs:
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}.{{minor}}.{{patch}}
- name: Build and push ${{ matrix.COMPONENT }} Image
- name: Build and push image
id: push
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit c1a820f

Please sign in to comment.