Skip to content

Commit

Permalink
Assign eQuantum
Browse files Browse the repository at this point in the history
  • Loading branch information
eq19 committed Sep 13, 2024
1 parent 3db942d commit 48f7280
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/1-ubuntu/1-maps/2-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ runs:
- uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('${{ inputs.action_path }}/requirements.txt') }}
key: ${{ runner.os }}-pip

- name: Install dependencies
shell: bash
Expand All @@ -59,7 +59,7 @@ runs:
uses: devcontainers/ci@v0.3
with:
push: always
runCmd: ls -alR /
runCmd: ls -alR /data
skipContainerUserIdUpdate: true
imageName: ${{ inputs.image_name }}
imageTag: target-${{ github.run_number }}
Expand Down

0 comments on commit 48f7280

Please sign in to comment.