Skip to content

Commit

Permalink
docker buildx build does not support subdir from URL 3
Browse files Browse the repository at this point in the history
  • Loading branch information
tedgin committed Jul 9, 2023
1 parent bc1e88c commit 4fc7009
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .github/workflows/test_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,22 @@
name: test and publish
on: [ push, pull_request, workflow_dispatch ]
jobs:
build:
build_test_publish:
runs-on: ubuntu-latest
steps:
- name: build base image
uses: docker/build-push-action@v4
- name: checkout repo
uses: actions/checkout@v3
with:
push: false
tags: cyverse/irods:latest
path: "${{ github.repository }}"

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

# - name: build base image
# uses: docker/build-push-action@v4
# with:
# push: false
# tags: cyverse/irods:latest

- name: where am i
run: pwd
Expand Down

0 comments on commit 4fc7009

Please sign in to comment.