Skip to content

Commit

Permalink
feat(main): add latest image (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
cuisongliu authored Jan 14, 2022
1 parent fb53534 commit f95c409
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,10 @@ jobs:
-t ${DOCKER_REPO}:${{ steps.prepare.outputs.tag_name }} \
-f Dockerfile \
.
docker buildx build \
--platform linux/amd64,linux/arm64 \
--build-arg VERSION=latest \
--push \
-t ${DOCKER_REPO}:latest \
-f Dockerfile \
.

0 comments on commit f95c409

Please sign in to comment.