mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-06 07:51:47 +00:00
Change repo name
This commit is contained in:
@@ -9,7 +9,7 @@ jobs:
|
||||
activate:
|
||||
runs-on: ubuntu-latest
|
||||
if: |
|
||||
github.repository == 'feelpp/IfcOpenShell' &&
|
||||
github.repository == 'IfcOpenShell/IfcOpenShell' &&
|
||||
!startsWith(github.event.head_commit.message, 'Release ') &&
|
||||
!contains(github.event.head_commit.message, 'ci skip')
|
||||
steps:
|
||||
@@ -94,7 +94,7 @@ jobs:
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: artifacts
|
||||
repository: feelpp/ifcopenshell
|
||||
tags: ghcr.io/feelpp/ifcopenshell:latest
|
||||
repository: IfcOpenShell/ifcopenshell
|
||||
tags: ghcr.io/IfcOpenShell/ifcopenshell:latest
|
||||
file: ./Dockerfile
|
||||
push: true
|
||||
@@ -7,7 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
activate:
|
||||
if: github.repository == 'feelpp/IfcOpenShell'
|
||||
if: github.repository == 'IfcOpenShell/IfcOpenShell'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo ok go
|
||||
|
||||
Reference in New Issue
Block a user