Skip to content

Commit

Permalink
Use GitHub Actions variable for registry URL
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernricks committed Jan 24, 2025
1 parent 9090f99 commit d1f507a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- stable
- oldstable
- testing
container: registry.community.greenbone.net/community/gvm-libs:${{ matrix.container }}
container: ${{ vars.SELF_HOSTED_REGISTRY }}/community/gvm-libs:${{ matrix.container }}
steps:
- uses: actions/checkout@v4
- name: Install build dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
actions: read
contents: read
security-events: write
container: registry.community.greenbone.net/community/gvm-libs:stable
container: ${{ vars.SELF_HOSTED_REGISTRY }}/community/gvm-libs:stable

steps:
- name: Checkout repository
Expand Down

0 comments on commit d1f507a

Please # to comment.