Skip to content

Commit

Permalink
coverity: use el9
Browse files Browse the repository at this point in the history
  • Loading branch information
andresailer committed Aug 5, 2023
1 parent 9180890 commit 16f38a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/images-creator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions coverity/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ghcr.io/aidasoft/centos7:latest
LABEL maintainer="[email protected]"
FROM ghcr.io/aidasoft/el9:latest
LABEL maintainer="andresailer"
ENV container docker

# Install coverity files
Expand Down

0 comments on commit 16f38a9

Please sign in to comment.