From 54c1dfdb773c11a827c5ec3189314e9fdbc67331 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Thu, 3 Apr 2025 09:29:49 +0200 Subject: [PATCH] Update ci-ifcopenshell-docker.yml --- .github/workflows/ci-ifcopenshell-docker.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-ifcopenshell-docker.yml b/.github/workflows/ci-ifcopenshell-docker.yml index a1c7a336c1..97b06b942f 100644 --- a/.github/workflows/ci-ifcopenshell-docker.yml +++ b/.github/workflows/ci-ifcopenshell-docker.yml @@ -9,7 +9,7 @@ on: jobs: activate: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 if: | github.repository == 'IfcOpenShell/IfcOpenShell' && !startsWith(github.event.head_commit.message, 'Release ') && @@ -18,7 +18,7 @@ jobs: - run: echo ok go build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 needs: activate steps: - uses: actions/checkout@v2 @@ -83,7 +83,7 @@ jobs: path: build/assets/Ifc* deliver: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 needs: build name: Docker Build, Tag, Push @@ -118,6 +118,6 @@ jobs: repository: aecgeeks/ifcopenshell # Since the dispatch is set to `tag`, `github.ref_name` should evaluate to the pushed tag # On a workflow dispatch, `ref_name` will take on the value from the dispatch payload - tags: aecgeeks/ifcopenshell:${{ github.ref_name }}${{ github.ref_name == github.event.repository.default_branch && ',aecgeeks/ifcopenshell:latest' }} + tags: aecgeeks/ifcopenshell:${{ github.ref_name }}${{ github.ref_name == github.event.repository.default_branch && ',aecgeeks/ifcopenshell:22.04' }} file: ./Dockerfile push: true