Skip to content

Commit babeedc

Browse files
authored
Update build.yml
1 parent 4f5e91d commit babeedc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
env:
4444
REGISTRY: ${{ steps.login-ecr.outputs.registry }}
4545
REPOSITORY: jhub-open-userimage
46-
IMAGE_TAG: ${{ github.ref }}
46+
IMAGE_TAG: ${{ github.sha }}
4747
run: |
4848
docker build -t $REGISTRY/$REPOSITORY:$IMAGE_TAG .
4949
docker push $REGISTRY/$REPOSITORY:$IMAGE_TAG

0 commit comments

Comments
 (0)