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