2 parents 68cda66 + 7b57f0a commit c324a12Copy full SHA for c324a12
1 file changed
.github/workflows/docker-publish.yml
@@ -35,6 +35,6 @@ jobs:
35
context: .
36
platforms: linux/amd64,linux/arm64
37
push: true
38
- tags:
39
- ${{ secrets.DOCKER_USERNAME }}/speedtest-monitor:latest
+ tags: |
+ ${{ secrets.DOCKER_USERNAME }}/speedtest-monitor:latest
40
${{ secrets.DOCKER_USERNAME }}/speedtest-monitor:${{ steps.version.outputs.VERSION }}
0 commit comments