Skip to content

Commit 5fcb8af

Browse files
committed
selfhosted runner
1 parent 7a95ffe commit 5fcb8af

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish-image.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ permissions:
4949
jobs:
5050
run:
5151
name: Run
52-
runs-on: ubuntu-latest
52+
runs-on: build-test
5353
steps:
5454
- name: Check out the repo
5555
uses: actions/checkout@v4
56-
56+
5757
- name: Set image name based on private flag
5858
id: image-name
5959
run: |
@@ -62,7 +62,7 @@ jobs:
6262
else
6363
echo "image-name=ghcr.io/blockscout/frontend" >> $GITHUB_OUTPUT
6464
fi
65-
65+
6666
# Will automatically make nice tags, see the table here https://github.com/docker/metadata-action#basic
6767
- name: Docker meta
6868
id: meta
@@ -74,7 +74,7 @@ jobs:
7474
tags: |
7575
type=ref,event=tag
7676
${{ inputs.tags }}
77-
77+
7878
- name: Add SHORT_SHA env property with commit short sha
7979
run: echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV
8080

@@ -89,7 +89,7 @@ jobs:
8989
echo "ref_name: $REF_NAME"
9090
echo "image_name: $IMAGE_NAME"
9191
echo "is_private: $IS_PRIVATE"
92-
92+
9393
- name: Setup repo
9494
uses: blockscout/actions/.github/actions/setup-multiarch-buildx@no-metadata
9595
id: setup

0 commit comments

Comments
 (0)