fix(action): no match for platform in manifest

This commit is contained in:
shanmite 2021-09-09 22:02:34 +08:00 committed by GitHub
parent a2591f260a
commit 0a54cd20db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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