mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
disable the GHA for building images since we are not using it yet
This commit is contained in:
parent
95249b587c
commit
a0a3df145f
@ -20,6 +20,7 @@ jobs:
|
||||
- name: Build image
|
||||
run: |
|
||||
IMAGE_ID=docker.pkg.github.com/${{ github.repository }}/build:${GITHUB_REF#refs/heads/}
|
||||
#IMAGE_ID=${{ github.repository }}:${GITHUB_REF#refs/heads/}
|
||||
docker build . -f Dockerfile --tag $IMAGE_ID
|
||||
docker push $IMAGE_ID
|
||||
echo Pushed new build image $IMAGE_ID
|
||||
Loading…
Reference in New Issue
Block a user