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 }}"