Skip to content

Commit cb6b027

Browse files
committed
🧰 build: add docker push image to the current tag.
1 parent 538b32c commit cb6b027

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,8 @@ jobs:
6262
run: |
6363
TAG=$(echo ${GITHUB_REF#refs/tags/} | tr "[:upper:]" "[:lower:]" | sed -e 's/v//g')
6464
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 .
65+
docker buildx build \
66+
--file ./.container/Dockerfile \
67+
--platform linux/amd64,linux/arm64 \
68+
--tag ${{ vars.GH_REPO_URL }}:$TAG \
69+
--push .

0 commit comments

Comments
 (0)