Skip to content

Commit

Permalink
Fix syntax error in conditional build
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Mar 13, 2023
1 parent c1f7cc1 commit d57e5cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: .
Expand Down

0 comments on commit d57e5cc

Please sign in to comment.