diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index dfd2981d..9e84eb89 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -77,8 +77,8 @@ jobs: type=semver,pattern={{major}}.{{minor}} type=sha - - run: echo ${{ steps.meta.outputs.labels }} - - run: echo ${{ steps.meta.outputs.tags }} +# - run: echo ${{ steps.meta.outputs.labels }} +# - run: echo ${{ steps.meta.outputs.tags }} # - name: Build containers # run: make container VERSION=${{ steps.version.outputs.VERSION }} diff --git a/Makefile b/Makefile index 67094a90..f408a31f 100644 --- a/Makefile +++ b/Makefile @@ -104,5 +104,5 @@ update-dcs: set-version docker-hub-login: cat docker-token.txt | \ - docker login -u trustgraph --password-stdin registry-1.docker.io + ${DOCKER} login -u trustgraph --password-stdin registry-1.docker.io