Skip to content

Commit

Permalink
Merge pull request #3233 from autonomys/support-container-image-in-forks
Browse files Browse the repository at this point in the history
Support building container image in forks
  • Loading branch information
nazar-pc authored Nov 12, 2024
2 parents c78d58d + 1947a09 commit 1ef185f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/snapshot-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
if: github.repository_owner == 'autonomys'

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
with:
# Limit concurrency so it can complete with small official runners
buildkitd-config-inline: |
[worker.oci]
max-parallelism = 1
if: github.repository_owner != 'autonomys'

- name: Log into registry
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
Expand Down

0 comments on commit 1ef185f

Please sign in to comment.