Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update camunda/infra-global-github-actions digest to 6ba452c #239

Merged
merged 1 commit into from
Nov 16, 2024
Merged
Changes from all 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
6 changes: 3 additions & 3 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:

- name: Build image using Camunda docker build
id: build-image-step
uses: camunda/infra-global-github-actions/build-docker-image@c9107a8a5153429f3beef4ea1eef28a5a4f2e67a # main
uses: camunda/infra-global-github-actions/build-docker-image@6ba452c8541c6aeef6d5c306a7a80830053aeaa9 # main
with:
registry_host: ${{ vars.CONTAINER_REGISTRY_CI }}
registry_username: ${{ steps.secrets.outputs.MACHINE_USR }}
Expand Down Expand Up @@ -476,7 +476,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- name: Install if required common software tooling
uses: camunda/infra-global-github-actions/common-tooling@c9107a8a5153429f3beef4ea1eef28a5a4f2e67a # main
uses: camunda/infra-global-github-actions/common-tooling@6ba452c8541c6aeef6d5c306a7a80830053aeaa9 # main
with:
node-enabled: false
java-enabled: false
Expand Down Expand Up @@ -566,7 +566,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Retrigger job
uses: camunda/infra-global-github-actions/rerun-failed-run@c9107a8a5153429f3beef4ea1eef28a5a4f2e67a # main
uses: camunda/infra-global-github-actions/rerun-failed-run@6ba452c8541c6aeef6d5c306a7a80830053aeaa9 # main
with:
error-messages: |
lost communication with the server
Expand Down