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 e0b87f5 commit 802eb35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
for service in gateway database database-bootstrap; do
docker pull ghcr.io/akdasa-studios/lectorium-$service:${{ env.VERSION }}-dev
docker tag ghcr.io/akdasa-studios/lectorium-$service:${{ env.VERSION }}-dev ghcr.io/akdasa-studios/lectorium-$service:${{ env.VERSION }}-rc
docker rmi ghcr.io/akdasa-studios/lectorium-$service:${{ env.VERSION }}-dev
docker push ghcr.io/akdasa-studios/lectorium-$service:${{ env.VERSION }}-rc
done
Expand Down

0 comments on commit 802eb35

Please sign in to comment.