diff --git a/.github/workflows/images-creator.yml b/.github/workflows/images-creator.yml index d924cbb..af0c27c 100644 --- a/.github/workflows/images-creator.yml +++ b/.github/workflows/images-creator.yml @@ -67,7 +67,7 @@ jobs: docker build -t coverity coverity/ - name: tag run: | - docker tag coverity ghcr.io/aidasoft/coverity:latest + docker tag coverity ghcr.io/aidasoft/coverity:el9 - name: show run: docker images - name: login and push @@ -76,7 +76,7 @@ jobs: run: | if [ ! -z ${deploy_secret} ]; then echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io --username ${{ github.actor }} --password-stdin; - docker push ghcr.io/aidasoft/coverity:latest; + docker push ghcr.io/aidasoft/coverity:el9; else echo "Skipping deploy no secrets present"; fi diff --git a/coverity/Dockerfile b/coverity/Dockerfile index f4def6a..67bed10 100644 --- a/coverity/Dockerfile +++ b/coverity/Dockerfile @@ -1,5 +1,5 @@ -FROM ghcr.io/aidasoft/centos7:latest -LABEL maintainer="marko.petric@cern.ch" +FROM ghcr.io/aidasoft/el9:latest +LABEL maintainer="andresailer" ENV container docker # Install coverity files