Skip to content

Commit

Permalink
fix: publish debug
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Buchleitner <[email protected]>
  • Loading branch information
mabunixda committed Dec 6, 2024
1 parent a5eb773 commit 17e6127
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ 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:
strategy:
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 }}"
Expand Down

0 comments on commit 17e6127

Please sign in to comment.