Working on getting push working

This commit is contained in:
Cyber MacGeddon 2025-01-06 21:39:04 +00:00
parent 160386c943
commit 5cc7b84ebb

View file

@ -77,14 +77,11 @@ jobs:
type=semver,pattern={{major}}.{{minor}} type=semver,pattern={{major}}.{{minor}}
type=sha type=sha
# - run: echo ${{ steps.meta.outputs.labels }} - name: Build containers
# - run: echo ${{ steps.meta.outputs.tags }} run: make container VERSION=${{ steps.version.outputs.VERSION }}
# - name: Build containers - name: Push containers
# run: make container VERSION=${{ steps.version.outputs.VERSION }} 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 # - name: Build and push Docker image
# id: push # id: push