From a1959b088544b66fed19f33fb3a4d1a33bc14ea3 Mon Sep 17 00:00:00 2001 From: Attila Szakacs Date: Wed, 13 Dec 2023 14:17:00 +0100 Subject: [PATCH] temp disable prod docker image build Signed-off-by: Attila Szakacs --- .github/workflows/syslog-ng-docker.yml | 28 +++++++++++++------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/syslog-ng-docker.yml b/.github/workflows/syslog-ng-docker.yml index 5a232a383..bfe69210e 100644 --- a/.github/workflows/syslog-ng-docker.yml +++ b/.github/workflows/syslog-ng-docker.yml @@ -70,20 +70,20 @@ jobs: echo "TAGS=$TAGS" >> $GITHUB_OUTPUT echo "DEBUG_TAGS=$DEBUG_TAGS" >> $GITHUB_OUTPUT - - name: Build and push production Docker image - uses: docker/build-push-action@v3 - with: - context: syslog-ng - file: syslog-ng/alpine.dockerfile - platforms: ${{ env.PLATFORMS }} - push: true - tags: ${{ steps.tags.outputs.TAGS }} - # description should be here because it is a multi-arch image - # see docs: https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#adding-a-description-to-multi-arch-images - outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=${{ fromJSON(steps.docker-metadata-tags.outputs.json).labels['org.opencontainers.image.description'] }} - build-args: | - PKG_TYPE=${{ inputs.pkg-type }} - SNAPSHOT_VERSION=${{ inputs.snapshot-version }} + # - name: Build and push production Docker image + # uses: docker/build-push-action@v3 + # with: + # context: syslog-ng + # file: syslog-ng/alpine.dockerfile + # platforms: ${{ env.PLATFORMS }} + # push: true + # tags: ${{ steps.tags.outputs.TAGS }} + # # description should be here because it is a multi-arch image + # # see docs: https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#adding-a-description-to-multi-arch-images + # outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=${{ fromJSON(steps.docker-metadata-tags.outputs.json).labels['org.opencontainers.image.description'] }} + # build-args: | + # PKG_TYPE=${{ inputs.pkg-type }} + # SNAPSHOT_VERSION=${{ inputs.snapshot-version }} - name: Build and push debug Docker image uses: docker/build-push-action@v3