Skip to content

Commit

Permalink
Merge pull request #7 from stuttgart-things/feature/issue-763-kind-fix
Browse files Browse the repository at this point in the history
Feature/issue 763 kind fix
  • Loading branch information
andre-ebert-sva authored Sep 6, 2024
2 parents 9b39a71 + 236d486 commit 3c25cec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ansible-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Lint yaml files
uses: stuttgart-things/stuttgart-things/.github/workflows/lint-yaml.yaml@yaml-lint-1
with:
runs-on: ghr-install-configure-docker-sthings-cicd
runs-on: ghr-install-configure-docker-skyami-cicd
environment-name: k8s
continue-error: true
yamllint-version: 1
Expand All @@ -29,7 +29,7 @@ jobs:
name: Lint ansible code
uses: stuttgart-things/stuttgart-things/.github/workflows/lint-ansible.yaml@main # ansible-lint-24.2.1
with:
runs-on: ghr-install-configure-docker-sthings-cicd
runs-on: ghr-install-configure-docker-skyami-cicd
environment-name: k8s
continue-error: true
ansible-image: eu.gcr.io/stuttgart-things/sthings-ansible:9.3.0-1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
release-ansible:
name: Release
uses: stuttgart-things/stuttgart-things/.github/workflows/release.yaml@main
uses: stuttgart-things/stuttgart-things/.github/workflows/call-release-module.yaml@main
with:
module-name: install-configure-docker
tag-name: "${{ github.event.inputs.release-tag }}"
Expand Down

0 comments on commit 3c25cec

Please sign in to comment.