Skip to content

Commit

Permalink
remove config-inline in publish/docker-push as actionlint is complain…
Browse files Browse the repository at this point in the history
…ing and this option is already not supported for some time
  • Loading branch information
KSDaemon committed Sep 24, 2024
1 parent 8c73b79 commit 5763001
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -381,10 +381,6 @@ jobs:
org.opencontainers.image.created=${{ steps.prep.outputs.created }}
org.opencontainers.image.revision=${{ github.sha }}
org.opencontainers.image.licenses=${{ fromJson(steps.repo.outputs.result).license.spdx_id }}
# Workaround for yarn v1, it uses aggressive timeouts with summing time spending on fs, https://github.com/yarnpkg/yarn/issues/4890
config-inline: |
[worker.oci]
max-parallelism = 1
build-args: |
IMAGE_VERSION=${{ steps.prep.outputs.version }}
Expand Down

0 comments on commit 5763001

Please sign in to comment.