Skip to content

Commit

Permalink
coverity: tag el9 also as latest
Browse files Browse the repository at this point in the history
  • Loading branch information
andresailer authored Dec 18, 2023
1 parent 16f38a9 commit 1b9ce22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/images-creator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +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
Expand All @@ -76,6 +77,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";
Expand Down

0 comments on commit 1b9ce22

Please sign in to comment.