Skip to content

Commit

Permalink
chore: use self-hosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Feb 2, 2024
1 parent 0d7d258 commit f94a608
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on:
- self-hosted
- ${{ matrix.platform }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -115,6 +117,7 @@ jobs:
docker buildx imagetools create $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
$(printf 'rss3/node@sha256:%s ' *) $ARGS
- name: Inspect image
if: github.ref == 'refs/heads/develop'
run: |
docker buildx imagetools inspect rss3/node:${{ steps.meta.outputs.version }}
Expand Down

0 comments on commit f94a608

Please sign in to comment.