mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-22 13:50:49 +01:00
Update docker-publish.yml
Docker failed
This commit is contained in:
parent
077259fa10
commit
3ec96c204e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
|
@ -61,4 +61,4 @@ jobs:
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
platforms: linux/amd64,linux/arm64,darwin/amd64,darwin/arm64,windows/amd64
|
platforms: linux/amd64,linux/arm64,linux/arm/v8,linux/arm/v7
|
||||||
|
|
Loading…
Reference in a new issue