We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f38a9 commit 1b9ce22Copy full SHA for 1b9ce22
.github/workflows/images-creator.yml
@@ -67,6 +67,7 @@ jobs:
67
docker build -t coverity coverity/
68
- name: tag
69
run: |
70
+ docker tag coverity ghcr.io/aidasoft/coverity:latest
71
docker tag coverity ghcr.io/aidasoft/coverity:el9
72
- name: show
73
run: docker images
@@ -76,6 +77,7 @@ jobs:
76
77
78
if [ ! -z ${deploy_secret} ]; then
79
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io --username ${{ github.actor }} --password-stdin;
80
+ docker push ghcr.io/aidasoft/coverity:latest;
81
docker push ghcr.io/aidasoft/coverity:el9;
82
else
83
echo "Skipping deploy no secrets present";
0 commit comments