Browse Source

Update workflow

pull/1127/head
Hironsan 4 years ago
parent
commit
4b735860ef
1 changed files with 1 additions and 1 deletions
  1. 2
      .github/workflows/publish-image.yml

2
.github/workflows/publish-image.yml

@ -47,7 +47,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm64,linux/386
platforms: linux/arm64 #,linux/386
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}
Loading…
Cancel
Save