From 5cc7b84ebbf64b1ed699353d1b911359ae123a1d Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Mon, 6 Jan 2025 21:39:04 +0000 Subject: [PATCH] Working on getting push working --- .github/workflows/release.yaml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9e84eb89..735505c5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -77,14 +77,11 @@ jobs: type=semver,pattern={{major}}.{{minor}} type=sha -# - run: echo ${{ steps.meta.outputs.labels }} -# - run: echo ${{ steps.meta.outputs.tags }} + - name: Build containers + run: make container VERSION=${{ steps.version.outputs.VERSION }} - # - name: Build containers - # run: make container VERSION=${{ steps.version.outputs.VERSION }} - - # - name: Push containers - # run: make push VERSION=${{ steps.version.outputs.VERSION }} + - name: Push containers + run: make push VERSION=${{ steps.version.outputs.VERSION }} # - name: Build and push Docker image # id: push