mirror of
https://github.com/shanmiteko/LotteryAutoScript.git
synced 2026-06-04 21:01:17 +08:00
fix(action): no match for platform in manifest
This commit is contained in:
parent
a2591f260a
commit
0a54cd20db
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -14,8 +14,6 @@ on:
|
||||
- "lib/**"
|
||||
- "main.js"
|
||||
workflow_dispatch:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
path-context:
|
||||
@ -37,6 +35,6 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
platforms: linux/amd64,linux/arm64,linux/386
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
tags: shanmite/lottery_auto_docker:latest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user