Skip to content

Commit c324a12

Browse files
authored
Merge pull request #7 from samuelrb/fix/error_generate_image
Fix error generate images
2 parents 68cda66 + 7b57f0a commit c324a12

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
context: .
3636
platforms: linux/amd64,linux/arm64
3737
push: true
38-
tags:
39-
${{ secrets.DOCKER_USERNAME }}/speedtest-monitor:latest
38+
tags: |
39+
${{ secrets.DOCKER_USERNAME }}/speedtest-monitor:latest
4040
${{ secrets.DOCKER_USERNAME }}/speedtest-monitor:${{ steps.version.outputs.VERSION }}

0 commit comments

Comments
 (0)