disable the GHA for building images since we are not using it yet

This commit is contained in:
Jens Petersen 2021-07-02 17:22:49 +08:00
parent 95249b587c
commit a0a3df145f

View File

@ -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