We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48b728f commit 4d45044Copy full SHA for 4d45044
.github/workflows/cd.yaml
@@ -27,7 +27,7 @@ jobs:
27
password: ${{ github.token }}
28
29
- name: Pull dev image
30
- run: ./docker/env.sh pull ${{ github.sha }}
+ run: ./docker/env.sh pull
31
32
- name: Tag dev image with version
33
run: |
0 commit comments