Skip to content

Commit

Permalink
Whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Apr 3, 2024
1 parent 4f82c40 commit e37b8b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/imagebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:
uses: docker/build-push-action@v5
with:
- name: Set root
run: echo "$PWD/.." >> $GEORUST_ROOT
run: echo "$PWD/.." >> $GEORUST_ROOT
- name: Set run cmd
run: echo "docker run -v $(GEORUST_ROOT):/tmp/georust -e CARGO_TARGET_DIR=/tmp/cargo-target" >> $RUN_CMD
run: echo "docker run -v $(GEORUST_ROOT):/tmp/georust -e CARGO_TARGET_DIR=/tmp/cargo-target" >> $RUN_CMD
file: ./dockerfiles/${{ matrix.docker_image_name }}
push: false
tags: ${{ github.repository_owner }}/${{ matrix.docker_image_name }}:proj-${{ matrix.proj_version }}-rust-${{ matrix.rust_version }}
Expand Down

0 comments on commit e37b8b8

Please sign in to comment.