We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79d8d5c + 1952590 commit bfc1009Copy full SHA for bfc1009
1 file changed
.github/workflows/deploy.yml
@@ -26,4 +26,6 @@ jobs:
26
27
- name: Push image
28
shell: bash
29
+ env:
30
+ IMAGE_TAG: ${{ github.ref_name }}
31
run: docker compose push
0 commit comments