Skip to content

Commit

Permalink
docker buildx build does not support subdir from URL 4
Browse files Browse the repository at this point in the history
  • Loading branch information
tedgin committed Jul 9, 2023
1 parent 4fc7009 commit 277d2dd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ jobs:
with:
path: "${{ github.repository }}"

- name: where am i
run: pwd

- name: what is here
run: ls -a

- name: build base image
run: docker buildx build --tag cyverse/irods:latest .

Expand All @@ -19,12 +25,6 @@ jobs:
# push: false
# tags: cyverse/irods:latest

- name: where am i
run: pwd

- name: what is here
run: ls -a

- name: build test image
run: docker buildx build test

Expand Down

0 comments on commit 277d2dd

Please sign in to comment.