File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 FRONTEND_IMAGE_TAG=latest
4747 BRANCH=${{ steps.previoustag.outputs.tag }}
4848 GH_TOKEN=${{ secrets.GHCR_PASSWORD }}
49- VELOX_CONFIG=" ./.docker/velox.toml"
49+ VELOX_CONFIG=./.docker/velox.toml
5050 tags :
5151 ghcr.io/${{ github.repository }}:dev, ghcr.io/${{ github.repository }}:${{ steps.previoustag.outputs.tag }}
Original file line number Diff line number Diff line change 5050 APP_VERSION=${{ github.ref_name }}
5151 FRONTEND_IMAGE_TAG=${{ secrets.FRONTEND_IMAGE_TAG }}
5252 BRANCH=${{ github.ref_name }}
53- VELOX_CONFIG=" ./.docker/velox.toml"
53+ VELOX_CONFIG=./.docker/velox.toml
5454 tags : ${{ steps.docker_meta.outputs.tags }}
5555 labels : ${{ steps.docker_meta.outputs.labels }}
5656 cache-from : type=gha
@@ -100,7 +100,7 @@ jobs:
100100 FRONTEND_IMAGE_TAG=${{ secrets.FRONTEND_IMAGE_TAG }}
101101 BRANCH=${{ github.ref_name }}
102102 GH_TOKEN=${{ secrets.GHCR_PASSWORD }}
103- VELOX_CONFIG=" ./.docker/velox.toml"
103+ VELOX_CONFIG=./.docker/velox.toml
104104 tags : ${{ steps.docker_meta.outputs.tags }}
105105 labels : ${{ steps.docker_meta.outputs.labels }}
106106 cache-from : type=gha
You can’t perform that action at this time.
0 commit comments