mirror of
https://github.com/Sitoi/dailycheckin.git
synced 2024-11-17 13:48:03 +08:00
🔧 更新(docker-publish.yml):修改构建上下文为具名默认上下文
This commit is contained in:
parent
b70ab6bdbd
commit
edc2446b60
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
context: '{{defaultContext}}:docker'
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
|
||||
push: true
|
||||
tags: sitoi/dailycheckin:latest
|
||||
|
Loading…
Reference in New Issue
Block a user