Skip to content

Commit

Permalink
set up testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tedgin committed Jul 9, 2023
1 parent be5552b commit 96709b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,19 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
# - name: get current date and time
# id: timestamp
# run: echo "TIMESTAMP=$(date --utc '+%Y-%m-%dT%H-%M-%S')" >> "$GITHUB_OUTPUT"

- name: build base image
uses: docker/build-push-action@v4
with:
push: false
# tags: cyverse/irods:4.2.12_${{ steps.timestamp.outputs.TIMESTAMP }}
tags: cyverse/irods:4.2.12
tags: cyverse/irods:latest

- name: build test image
uses: docker/build-push-action@v4
with:
context: test
context: "{{ defaultContext }}:test"
push: false
tags: test:latest

# - name: publish base image
# if: ${{ github.ref_name == 'main' }}
# run: ./build --push
2 changes: 1 addition & 1 deletion test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cyverse/irods:4.2.12
FROM cyverse/irods:latest

USER root

Expand Down

0 comments on commit 96709b0

Please sign in to comment.