Skip to content

Commit

Permalink
???
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Apr 3, 2024
1 parent f71188f commit fa3251e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/imagebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ on:

jobs:
build_base_image:
runs_on: ubuntu-latest
name: Build the base image for geo and proj
runs-on: ubuntu-latest

strategy:
matrix:
Expand Down Expand Up @@ -68,6 +69,7 @@ jobs:


build_dependent_images:
name: Build dependent images for geo and proj
needs: build_base_image
runs-on: ubuntu-latest

Expand Down

0 comments on commit fa3251e

Please sign in to comment.