From 1dd53988df63cf376285f373c0416c79f2f13af6 Mon Sep 17 00:00:00 2001 From: Pi Moll Date: Thu, 21 Nov 2024 11:13:22 +0100 Subject: [PATCH] Activate image creation --- .github/workflows/docker-image-nightly.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-image-nightly.yml b/.github/workflows/docker-image-nightly.yml index f5806a5..8a7d66b 100644 --- a/.github/workflows/docker-image-nightly.yml +++ b/.github/workflows/docker-image-nightly.yml @@ -24,7 +24,7 @@ jobs: with: context: ./ # do not push for the moment, to avoid load - # push: true + push: true tags: ghcr.io/${{ github.repository }}-qwc2-minimal-base:${{ github.head_ref }}-${{ github.sha }} target: base - name: Build and push qwc2-minimal-dev @@ -32,7 +32,7 @@ jobs: with: context: ./ # do not push for the moment, to avoid load - # push: true + push: true tags: ghcr.io/${{ github.repository }}-qwc2-minimal-dev:${{ github.head_ref }}-${{ github.sha }} target: dev - name: Build and push qwc2-minimal-builder @@ -40,7 +40,7 @@ jobs: with: context: ./ # do not push for the moment, to avoid load - # push: true + push: true tags: ghcr.io/${{ github.repository }}-qwc2-minimal-builder:${{ github.head_ref }}-${{ github.sha }} target: builder - name: Build and push qwc2-minimal-prod @@ -48,6 +48,6 @@ jobs: with: context: ./ # do not push for the moment, to avoid load - # push: true + push: true tags: ghcr.io/${{ github.repository }}-qwc2-minimal-prod:${{ github.head_ref }}-${{ github.sha }} target: prod