Skip to content

Commit

Permalink
build test image 2
Browse files Browse the repository at this point in the history
  • Loading branch information
tedgin committed Jul 9, 2023
1 parent bb4b271 commit 37a17f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: docker buildx build --tag cyverse/irods:latest "${{ github.repository }}"

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

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

0 comments on commit 37a17f6

Please sign in to comment.