Skip to content

Commit 1952590

Browse files
committed
Fix deploy workflow
1 parent 79d8d5c commit 1952590

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ jobs:
2626

2727
- name: Push image
2828
shell: bash
29+
env:
30+
IMAGE_TAG: ${{ github.ref_name }}
2931
run: docker compose push

0 commit comments

Comments
 (0)