Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .cloudbees/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: cloudbees-io/kaniko@v1
with:
dockerfile: Dockerfile
destination: ${{ vars.STAGING_DOCKER_REGISTRY }}/staging/configure-git-global-credentials:${{ cloudbees.scm.sha }}${{ cloudbees.scm.branch == 'main' && ',${{ vars.STAGING_DOCKER_REGISTRY }}/staging/configure-git-global-credentials:1.0.11,${{ vars.STAGING_DOCKER_REGISTRY }}/staging/configure-git-global-credentials:latest' || '' }}
destination: ${{ vars.STAGING_DOCKER_REGISTRY }}/staging/configure-git-global-credentials:${{ cloudbees.scm.sha }}${{ cloudbees.scm.branch == 'main' && format(',{0}/staging/configure-git-global-credentials:1.0.11, {0}/staging/configure-git-global-credentials:latest', vars.STAGING_DOCKER_REGISTRY), || format('{0}/staging/configure-git-global-credentials:{1}', vars.STAGING_DOCKER_REGISTRY, cloudbees.version) }}
context: ${{ cloudbees.workspace }}

check-pat:
Expand Down