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 703fc78 commit 4262dfa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4262dfa

Please sign in to comment.