~ fix build
This commit is contained in:
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
@@ -16,7 +16,7 @@ on:
|
||||
|
||||
env:
|
||||
PACK_VERSION: "0.27.0"
|
||||
COMPOSER_AUTH: "{ \"github-oauth\": {\"github.com\": \"${{ secrets.HVG_DEV_GH_TOKEN }}\"}}"
|
||||
COMPOSER_AUTH: "{\"github-oauth\":{\"github.com\":\"${{ secrets.HVG_DEV_GH_TOKEN }}\"}}"
|
||||
|
||||
jobs:
|
||||
pack-example:
|
||||
@@ -57,7 +57,7 @@ jobs:
|
||||
| tar -C "${PWD}/bin" -xz pack
|
||||
- name: Build Image with pack
|
||||
run: |
|
||||
bin/pack build "ghcr.io/hvg/blog:$TAG" \
|
||||
bin/pack build "ghcr.io/hvg/blog:$TAG" \
|
||||
--builder heroku/buildpacks:20 \
|
||||
--descriptor project.toml \
|
||||
--workspace /app \
|
||||
|
||||
Reference in New Issue
Block a user