Skip to content

Commit c1a820f

Browse files
Avoid deprecated usage of Docker action (#342)
The `config-inline` option for docker/setup-buildx-action is replaced by `buildkitd-config-inline`. Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
1 parent 19cfb1c commit c1a820f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
uses: docker/setup-buildx-action@v3
7979
with:
8080
buildkitd-flags: --debug
81-
config-inline: |
81+
buildkitd-config-inline: |
8282
[worker.oci]
8383
max-parallelism = 1
8484
- name: Login to the ${{ matrix.DOCKER_REGISTRY }} Container Registry
@@ -96,7 +96,7 @@ jobs:
9696
type=semver,pattern={{version}}
9797
type=semver,pattern={{major}}.{{minor}}
9898
type=semver,pattern={{major}}.{{minor}}.{{patch}}
99-
- name: Build and push ${{ matrix.COMPONENT }} Image
99+
- name: Build and push image
100100
id: push
101101
uses: docker/build-push-action@v5
102102
with:

0 commit comments

Comments
 (0)