We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79d8d5c commit 1952590Copy full SHA for 1952590
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