Explorar o código

fix docker build

Vladislav Yarmak hai 1 ano
pai
achega
fd21383744
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      .github/workflows/docker-ci.yml

+ 2 - 2
.github/workflows/docker-ci.yml

@@ -49,6 +49,6 @@ jobs:
           platforms: linux/amd64,linux/arm64,linux/386,linux/arm/v7
           platforms: linux/amd64,linux/arm64,linux/386,linux/arm/v7
           push: true
           push: true
           tags:
           tags:
-            - ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}:${{ steps.docker_tag.outputs.tag }}
-            - ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}:latest
+            - '${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}:${{ steps.docker_tag.outputs.tag }}'
+            - '${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}:latest'
           build-args: 'GIT_DESC=${{steps.tagger.outputs.tag}}'
           build-args: 'GIT_DESC=${{steps.tagger.outputs.tag}}'