mirror of
https://github.com/jrasanen/writefreely-docker.git
synced 2025-02-05 08:52:46 +02:00
fix invalid reference format
This commit is contained in:
parent
1b1e7fee49
commit
2caf947ab4
1 changed files with 1 additions and 3 deletions
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
|
@ -52,7 +52,5 @@ jobs:
|
|||
file: ./Dockerfile
|
||||
push: true
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
tags: |
|
||||
${{ steps.meta.outputs.tags }}
|
||||
${{ env.DOCKERHUB_REPO }}:latest
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
platforms: linux/amd64,linux/arm64
|
||||
|
|
Loading…
Add table
Reference in a new issue