From 17e612738bb39a172d7f7342484ef4066d43b92a Mon Sep 17 00:00:00 2001 From: Martin Buchleitner Date: Fri, 6 Dec 2024 11:34:44 +0100 Subject: [PATCH] fix: publish debug Signed-off-by: Martin Buchleitner --- .github/workflows/containers.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/containers.yaml b/.github/workflows/containers.yaml index a35624c..1cf35d2 100644 --- a/.github/workflows/containers.yaml +++ b/.github/workflows/containers.yaml @@ -3,10 +3,10 @@ name: Containers - distributed-calendar on: push: branches: [ 'main' ] - paths: [ 'go/**', 'node/**', 'python/**' ] +# paths: [ 'go/**', 'node/**', 'python/**' ] pull_request: branches: [ 'main' ] - paths: [ 'go/**', 'node/**', 'python/**' ] +# paths: [ 'go/**', 'node/**', 'python/**' ] jobs: build: @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: container: [ go, node, python ] - uses: infralovers/.github/.github/workflows/container.yml@main + uses: infralovers/.github/.github/workflows/container.yml@publish-debug secrets: QUAY_USER: "${{ fromJSON(secrets.VAULT_KV_1D187965_OP_QUAY_ROBOT_ACCOUNT).username }}" QUAY_TOKEN: "${{ fromJSON(secrets.VAULT_KV_1D187965_OP_QUAY_ROBOT_ACCOUNT).password }}"