Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
akdasa committed Jul 28, 2024
1 parent 2d8609f commit ff2219c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,11 @@ jobs:
docker pull ghcr.io/akdasa-studios/lectorium-$service:${{ env.VERSION }}-rc
docker tag ghcr.io/akdasa-studios/lectorium-$service:${{ env.VERSION }}-rc ghcr.io/akdasa-studios/lectorium-$service:${{ env.VERSION }}
docker tag ghcr.io/akdasa-studios/lectorium-$service:${{ env.VERSION }}-rc ghcr.io/akdasa-studios/lectorium-$service:latest
docker rmi ghcr.io/akdasa-studios/lectorium-$service:${{ env.VERSION }}-rc ghcr.io/akdasa-studios/lectorium-$service:${{ env.VERSION }}-dev
docker rmi ghcr.io/akdasa-studios/lectorium-$service:${{ env.VERSION }}-rc ghcr.io/akdasa-studios/lectorium-$service:${{ env.VERSION }}-rc
echo "1"
docker rmi ghcr.io/akdasa-studios/lectorium-$service:${{ env.VERSION }} ghcr.io/akdasa-studios/lectorium-$service:${{ env.VERSION }}-dev
echo "2"
docker rmi ghcr.io/akdasa-studios/lectorium-$service:${{ env.VERSION }} ghcr.io/akdasa-studios/lectorium-$service:${{ env.VERSION }}-rc
echo "3"
docker push ghcr.io/akdasa-studios/lectorium-$service:${{ env.VERSION }}
docker push ghcr.io/akdasa-studios/lectorium-$service:latest
done

0 comments on commit ff2219c

Please sign in to comment.