Skip to content

Commit

Permalink
chore: 🤖 docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ZingerLittleBee committed Sep 15, 2023
1 parent 2b727ab commit a30da2a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
# platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64
# can not compile linux/arm64 in Github Action
#
# Manually compile
Expand All @@ -46,4 +46,5 @@ jobs:
file: ./docker/Dockerfile
push: true
# `zingerbee/arm64-serverbee-web:latest` need manually compile and publish
tags: zingerbee/amd64-serverbee-web:latest
# tags: zingerbee/amd64-serverbee-web:latest
tags: zingerbee/serverbee-web:latest

0 comments on commit a30da2a

Please sign in to comment.