Update docker-publish.yml

This commit is contained in:
Gabor FELEGYHAZI
2022-06-28 09:49:15 +02:00
committed by GitHub
parent ef067c1699
commit b99d547bf1

View File

@@ -42,7 +42,7 @@ jobs:
- name: Build Image with pack
run: |
pack build ghcr.io/hvg/blog:$TAG \
--builder heroku/builder-classic:22 \
--builder heroku/buildpacks:20 \
--descriptor project.toml \
--workspace /app \
--env COMPOSER_AUTH=$COMPOSER_AUTH;