File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -49,11 +49,11 @@ permissions:
4949jobs :
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 : |
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
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
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
You can’t perform that action at this time.
0 commit comments