From 946ab07e37f9c8d21a28558af1f6eaa1d4c58ed6 Mon Sep 17 00:00:00 2001 From: Martin Buchleitner Date: Fri, 6 Dec 2024 11:42:28 +0100 Subject: [PATCH] fix: use main container workflow 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 1cf35d2..a35624c 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@publish-debug + uses: infralovers/.github/.github/workflows/container.yml@main 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 }}"