Skip to content

Commit

Permalink
build test image
Browse files Browse the repository at this point in the history
  • Loading branch information
tedgin committed Jul 9, 2023
1 parent 769765b commit bb4b271
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/test_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,11 @@ jobs:
with:
path: "${{ github.repository }}"

- name: what is here
run: ls -a

- name: build base image
run: docker buildx build --tag cyverse/irods:latest "${{ github.repository }}"

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

- name: build test image
run: docker buildx build test
run: docker buildx build "${{ github.repository }}/test

# - name: publish base image
# if: ${{ github.ref_name == 'main' }}
Expand Down

0 comments on commit bb4b271

Please sign in to comment.