From 4262dfa629ebc3a225e6a5cf7cac379eef97bb29 Mon Sep 17 00:00:00 2001 From: Advaita Krishna das Date: Sun, 28 Jul 2024 21:49:34 +0200 Subject: [PATCH] test --- .github/workflows/release.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 65007b3..3fa7b9a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,10 +52,15 @@ jobs: uses: docker/build-push-action@v6 with: context: ${{ matrix.config.context }} - push: true + # push: true tags: | ghcr.io/akdasa-studios/lectorium-${{ matrix.config.service }}:${{ env.VERSION }}-dev + - name: push docker image + run: | + docker push ghcr.io/akdasa-studios/lectorium-${{ matrix.config.service }}:${{ env.VERSION }}-dev + + deploy-staging: name: Deploy / Staging runs-on: ubuntu-latest