diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61e7a7d136..0af01a17cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 629710aa0a..b9364bad76 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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