Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Apr 3, 2024
1 parent b5b041a commit de5d51d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/imagebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Build and push base Dockerfile
- id: basebuild
id: basebuild
uses: docker/build-push-action@v5
with:
file: ./dockerfiles/libproj-builder
Expand All @@ -62,7 +62,7 @@ jobs:
if: steps.basebuild.outcome == 'success'
run: |
# docker run -v ${{ github.workspace }}:/tmp/georust -e CARGO_TARGET_DIR=/tmp/cargo-target -w /tmp/georust/geo georust/geo-ci:${{ github.repository_owner }}/${{ matrix.docker_image_name }}:proj-${{ matrix.proj_version }}-rust-${{ matrix.rust_version }} /bin/bash -c "cargo test"
- name: Upload Image
- name: Upload Image to artifact cache
if: steps.basebuild.outcome == 'success'
uses: actions/upload-artifact@v4
with:
Expand All @@ -85,7 +85,7 @@ jobs:
- name: Test image
run: |
# docker run -v ${{ github.workspace }}:/tmp/georust -e CARGO_TARGET_DIR=/tmp/cargo-target -w /tmp/georust/geo georust/geo-ci:${{ github.repository_owner }}/${{ matrix.docker_image_name }}:proj-${{ matrix.proj_version }}-rust-${{ matrix.rust_version }} /bin/bash -c "cargo test"
- name: Upload Image
- name: Upload Image to artifact cache
uses: actions/upload-artifact@v4
with:
retention-days: 1
Expand Down

0 comments on commit de5d51d

Please sign in to comment.