We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba1046 commit 279cba8Copy full SHA for 279cba8
.github/workflows/sonarcloud.yml
@@ -4,15 +4,11 @@ on:
4
branches:
5
- "**"
6
7
-env:
8
- REGISTRY: ghcr.io
9
- IMAGE_NAME: ${{ github.repository }}/ubuntu:fix-ci
10
-
11
jobs:
12
static_analysis:
13
runs-on: ubuntu-latest
14
container:
15
- image: ghcr.io/${{ github.repository }}/ubuntu:fix-ci
+ image: ghcr.io/${{ github.repository }}/ubuntu:develop
16
steps:
17
- name: Checkout
18
uses: actions/checkout@v2
0 commit comments