~ fix build
This commit is contained in:
10
.github/workflows/docker-publish.yml
vendored
10
.github/workflows/docker-publish.yml
vendored
@@ -57,11 +57,11 @@ jobs:
|
|||||||
| tar -C "${PWD}/bin" -xz pack
|
| tar -C "${PWD}/bin" -xz pack
|
||||||
- name: Build Image with pack
|
- name: Build Image with pack
|
||||||
run: |
|
run: |
|
||||||
bin/pack build ghcr.io/hvg/blog:$TAG \
|
bin/pack build "ghcr.io/hvg/blog:$TAG" \
|
||||||
--builder heroku/buildpacks:20 \
|
--builder heroku/buildpacks:20 \
|
||||||
--descriptor project.toml \
|
--descriptor project.toml \
|
||||||
--workspace /app \
|
--workspace /app \
|
||||||
--env COMPOSER_AUTH=$COMPOSER_AUTH;
|
--env COMPOSER_AUTH=$COMPOSER_AUTH;
|
||||||
- name: Tag Docker image to ref
|
- name: Tag Docker image to ref
|
||||||
run: |
|
run: |
|
||||||
docker tag ghcr.io/hvg/blog:$TAG ghcr.io/hvg/blog:$REF
|
docker tag ghcr.io/hvg/blog:$TAG ghcr.io/hvg/blog:$REF
|
||||||
|
|||||||
Reference in New Issue
Block a user