Skip to content

Commit 029c483

Browse files
authored
Update build_build_image.yaml [no ci]
1 parent 95869ef commit 029c483

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_build_image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Test image
5050
run: |
51-
docker run --rm fast:${FAST_VERSION}-build
51+
docker run --rm $IMAGE_NAME
5252
5353
- name: Login to GitHub Container Registry
5454
if: ${{ inputs.deploy }}
@@ -61,4 +61,4 @@ jobs:
6161
- name: Push container
6262
if: ${{ inputs.deploy }}
6363
run: |
64-
docker push fast:${FAST_VERSION}-build
64+
docker push $IMAGE_NAME

0 commit comments

Comments
 (0)