File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1717 username : ${{github.actor}}
1818 password : ${{secrets.GITHUB_TOKEN}}
1919 registry : " ghcr.io"
20+ - name : downcase repository owner
21+ run : |
22+ echo REPO=$(echo ${{github.repository_owner}} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV
2023 - name : Build Docker image
2124 uses : docker/build-push-action@v2
2225 with :
2326 file : " ./Dockerfile"
24- tags : ghcr.io/meetplan /frontend:latest
25- push : true
27+ tags : ghcr.io/${{env.REPO}} /frontend:latest
28+ push : true
Original file line number Diff line number Diff line change 2323 tag_name : commit-${{ github.sha }}
2424 release_name : " Prerelease ${{ github.sha }}"
2525 body : " See the assets to download this version and install."
26- draft : true
26+ draft : false
2727 prerelease : true
2828 build-tauri :
2929 needs : create-release
You can’t perform that action at this time.
0 commit comments