Skip to content

Commit bfc1009

Browse files
authored
Merge pull request #36 from AckeeDevOps/fix/deploy-workflow
Fix deploy workflow
2 parents 79d8d5c + 1952590 commit bfc1009

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)