Compare commits
3 Commits
c356e8d987
...
814452aa7d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
814452aa7d | ||
|
|
c1d1a13e01 | ||
|
|
337ea4c58c |
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -38,6 +38,8 @@ jobs:
|
||||
with:
|
||||
lfs: true
|
||||
fetch-depth: 0
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
# Use docker to build current directory ./Dockfile
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v1
|
||||
@@ -48,5 +50,7 @@ jobs:
|
||||
|
||||
- name: Build and push the Docker image
|
||||
run: |
|
||||
docker build . --tag ghcr.io/anduin2017/how-to-cook:latest
|
||||
docker push ghcr.io/anduin2017/how-to-cook:latest
|
||||
docker buildx build \
|
||||
--platform linux/amd64,linux/arm64 \
|
||||
--tag ghcr.io/anduin2017/how-to-cook:latest \
|
||||
--push .
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
## 必备原料和工具
|
||||
|
||||
- 饺子(速冻水饺)
|
||||
- 芝麻、葱花(切段)或其他配料
|
||||
|
||||
## 计算
|
||||
|
||||
|
||||
Reference in New Issue
Block a user