Skip to content

Commit 7d57edd

Browse files
committed
fix: incorrect env variable in ci
1 parent 6820a29 commit 7d57edd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
with:
2424
context: .
2525
push: true
26-
tags: ghcr.io/appwrite/monitoring:${{ env.TAG }}
26+
tags: ghcr.io/appwrite/monitoring:${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)