We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 538b32c commit cb6b027Copy full SHA for cb6b027
1 file changed
.github/workflows/build.yml
@@ -62,9 +62,8 @@ jobs:
62
run: |
63
TAG=$(echo ${GITHUB_REF#refs/tags/} | tr "[:upper:]" "[:lower:]" | sed -e 's/v//g')
64
echo $TAG
65
-
66
-# docker buildx build \
67
-# --file ./.container/Dockerfile \
68
-# --platform linux/amd64,linux/arm64 \
69
-# --tag ${{ vars.GH_REPO_URL }}:${{ github.ref_name }} \
70
-# --push .
+ docker buildx build \
+ --file ./.container/Dockerfile \
+ --platform linux/amd64,linux/arm64 \
+ --tag ${{ vars.GH_REPO_URL }}:$TAG \
+ --push .
0 commit comments