We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e36adc8 commit 4f5e91dCopy full SHA for 4f5e91d
.github/workflows/build.yml
@@ -43,7 +43,7 @@ jobs:
43
env:
44
REGISTRY: ${{ steps.login-ecr.outputs.registry }}
45
REPOSITORY: jhub-open-userimage
46
- IMAGE_TAG: ${{ github.sha }}
+ IMAGE_TAG: ${{ github.ref }}
47
run: |
48
docker build -t $REGISTRY/$REPOSITORY:$IMAGE_TAG .
49
docker push $REGISTRY/$REPOSITORY:$IMAGE_TAG
0 commit comments