From d57e5cce9a45105cd027a96872191b634d9be350 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Mon, 13 Mar 2023 10:25:21 -0700 Subject: [PATCH] Fix syntax error in conditional build --- .github/workflows/container.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 74d5615ce7..cdf6660462 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -28,6 +28,7 @@ jobs: uses: docker/setup-buildx-action@v1 - name: Login to GitHub Container Registry + if: ${{ github.repository == 'libgeos/geos' }} uses: docker/login-action@v1 with: registry: ghcr.io @@ -39,7 +40,7 @@ jobs: cp tools/ci/geosop/Dockerfile . - name: Build and Push - if: ${{ github.repository == 'libgeos/geos' }} }} + if: ${{ github.repository == 'libgeos/geos' }} uses: docker/build-push-action@v2 with: context: .