diff --git a/.github/workflows/images-creator.yml b/.github/workflows/images-creator.yml index af0c27c..7007ca7 100644 --- a/.github/workflows/images-creator.yml +++ b/.github/workflows/images-creator.yml @@ -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 @@ -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";