Skip to content

Commit

Permalink
Switch unstable to edge tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtsfrei committed Jun 28, 2024
1 parent 199c2ad commit 0913704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
tests:
name: Unit Tests
runs-on: 'ubuntu-latest'
container: greenbone/gvm-libs:unstable
container: greenbone/gvm-libs:edge
steps:
- uses: actions/checkout@v4
- run: sh .github/install-dependencies.sh
Expand All @@ -40,7 +40,7 @@ jobs:
scan-build:
name: Scan-build gvm-libs with clang
runs-on: 'ubuntu-latest'
container: greenbone/gvm-libs:unstable
container: greenbone/gvm-libs:edge
steps:
- uses: actions/checkout@v4
- run: sh .github/install-dependencies.sh
Expand Down

0 comments on commit 0913704

Please sign in to comment.