Change repo name

This commit is contained in:
Thomas Krijnen
2021-03-08 14:25:03 +01:00
parent b26147c1c7
commit 8ee9835e27
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -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
+1 -1
View File
@@ -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