From 5729a996ecc6c6453c2789296b4b90fa95f09c86 Mon Sep 17 00:00:00 2001 From: damien clochard Date: Tue, 27 May 2025 17:29:15 +0200 Subject: [PATCH] [CI] disable full variant builds --- .github/workflows/docker_hub.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/docker_hub.yml b/.github/workflows/docker_hub.yml index f269894..b2f18c7 100644 --- a/.github/workflows/docker_hub.yml +++ b/.github/workflows/docker_hub.yml @@ -1,11 +1,11 @@ # https://docs.github.com/en/actions/guides/publishing-docker-images - +--- name: Publish Docker images on: - workflow_dispatch: # manually triggered + workflow_dispatch: # manually triggered push: - branches: [ latest, stable, 25.05 ] + branches: [latest, stable, 25.05] jobs: push_to_registry: @@ -40,11 +40,11 @@ jobs: target: extra tags: dalibo/pandocker:${{ steps.branch.outputs.branch_name }} - - name: Build and push the `full` image - uses: docker/build-push-action@v2 - with: - context: . - file: Dockerfile - push: true - target: full - tags: dalibo/pandocker:${{ steps.branch.outputs.branch_name }}-full +# - name: Build and push the `full` image +# uses: docker/build-push-action@v2 +# with: +# context: . +# file: Dockerfile +# push: true +# target: full +# tags: dalibo/pandocker:${{ steps.branch.outputs.branch_name }}-full