Skip to content

Commit 1b9ce22

Browse files
authored
coverity: tag el9 also as latest
1 parent 16f38a9 commit 1b9ce22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/images-creator.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
docker build -t coverity coverity/
6868
- name: tag
6969
run: |
70+
docker tag coverity ghcr.io/aidasoft/coverity:latest
7071
docker tag coverity ghcr.io/aidasoft/coverity:el9
7172
- name: show
7273
run: docker images
@@ -76,6 +77,7 @@ jobs:
7677
run: |
7778
if [ ! -z ${deploy_secret} ]; then
7879
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io --username ${{ github.actor }} --password-stdin;
80+
docker push ghcr.io/aidasoft/coverity:latest;
7981
docker push ghcr.io/aidasoft/coverity:el9;
8082
else
8183
echo "Skipping deploy no secrets present";

0 commit comments

Comments
 (0)