From 160386c943cae33a63a9e4b86f1f8e2a01778a11 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Mon, 6 Jan 2025 21:37:21 +0000 Subject: [PATCH] Working on getting push working --- .github/workflows/release.yaml | 4 ++-- Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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