Skip to content

Commit

Permalink
Fix: Use variable in container registry path
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Schardt authored and Robert Schardt committed Oct 1, 2024
1 parent 3bb303a commit d16b3f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
c-format-check:
name: Check C Source Code Formatting
runs-on: 'ubuntu-latest'
container: registry.community.greenbone.net/community/gvm-libs:edge
container: ${{ vars.SELF_HOSTED_REGISTRY }}/community/gvm-libs:edge
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: ./.github/actions/install-dependencies-action
Expand All @@ -38,7 +38,7 @@ jobs:
scan-build:
name: Scan-build with clang
runs-on: 'ubuntu-latest'
container: registry.community.greenbone.net/community/gvm-libs:edge
container: ${{ vars.SELF_HOSTED_REGISTRY }}/community/gvm-libs:edge
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: ./.github/actions/install-dependencies-action
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
actions: read
contents: read
security-events: write
container: registry.community.greenbone.net/community/gvm-libs:edge
container: ${{ vars.SELF_HOSTED_REGISTRY }}/community/gvm-libs:edge

strategy:
fail-fast: false
Expand Down

0 comments on commit d16b3f6

Please sign in to comment.