Skip to content

Commit f13e3ce

Browse files
use env.VERSION
1 parent 95ea72f commit f13e3ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,5 @@ jobs:
108108
with:
109109
push: true
110110
platforms: linux/amd64
111-
tags: ${{ vars.DOCKERHUB_USERNAME }}/sopa:${{ VERSION }}${{ env.EXTRA_NAME_SUFFIX }}
111+
tags: ${{ vars.DOCKERHUB_USERNAME }}/sopa:${{ env.VERSION }}${{ env.EXTRA_NAME_SUFFIX }}
112112
context: docker/sopa${{ env.EXTRA_NAME_SUFFIX }}

0 commit comments

Comments
 (0)