Skip to content

Commit 279cba8

Browse files
committed
fix: use generic docker image name
1 parent bba1046 commit 279cba8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,11 @@ on:
44
branches:
55
- "**"
66

7-
env:
8-
REGISTRY: ghcr.io
9-
IMAGE_NAME: ${{ github.repository }}/ubuntu:fix-ci
10-
117
jobs:
128
static_analysis:
139
runs-on: ubuntu-latest
1410
container:
15-
image: ghcr.io/${{ github.repository }}/ubuntu:fix-ci
11+
image: ghcr.io/${{ github.repository }}/ubuntu:develop
1612
steps:
1713
- name: Checkout
1814
uses: actions/checkout@v2

0 commit comments

Comments
 (0)