Update .github/workflows/build.yaml
This commit is contained in:
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
@@ -27,7 +27,6 @@ jobs:
|
||||
|
||||
- name: Build Image
|
||||
run: |
|
||||
cd electron
|
||||
REGISTRY=$(echo ${{github.server_url}} | sed s%http://%% | sed s%https://%%)
|
||||
docker build -t "$REGISTRY/${{github.repository}}:${{github.ref_name}}" .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user