We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f99c677 commit 46ca895Copy full SHA for 46ca895
1 file changed
.github/workflows/build-push-image.yml
@@ -24,7 +24,7 @@ jobs:
24
context: ./
25
file: ./Dockerfile
26
push: true
27
- tags: earthlab/earth-analytics-python-env:latest
+ tags: earthlab/earth-analytics-python-env:${GITHUB_REF##*/}
28
29
- name: Image digest
30
run: echo ${{ steps.docker_build.outputs.digest }}
0 commit comments