Skip to content

Commit

Permalink
isc containers loging
Browse files Browse the repository at this point in the history
  • Loading branch information
daimor committed Dec 12, 2023
1 parent 2de9ea0 commit be71a53
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ jobs:
./mvnw versions:set-property -Dproperty=version.trino -DnewVersion=${VERSION:0:3}
./mvnw versions:set-property -Dproperty=revision -DnewVersion=${VERSION}
cat pom.xml
- name: Login to Docker Hub
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
with:
registry: containers.intersystems.com
username: ${{ secrets.DOCKERISC_USERNAME }}
password: ${{ secrets.DOCKERISC_TOKEN }}
- name: Run Tests
continue-on-error: true
run: |
Expand Down

0 comments on commit be71a53

Please sign in to comment.