Skip to content

Commit

Permalink
Try a different approach
Browse files Browse the repository at this point in the history
  • Loading branch information
coverbeck committed Oct 4, 2024
1 parent e2bd067 commit c428ae2
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions .github/workflows/deploy_tagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,8 @@ on:

jobs:
build:
uses: dockstore/workflow-actions/.github/workflows/deploy_tagged.yaml@main
uses: dockstore/workflow-actions/.github/workflows/deploy_tagged.yaml@feature/seab-6653/dockerize
with:
changelist: ${{ inputs.changelist }}
dockerize: true
secrets: inherit
dockerize:
runs-on: ubuntu-22.04
steps:
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: '17.0.4+8'
distribution: 'adopt'
- name: Maven
run: ./mvnw clean install -DskipTests
- name: dockerize
uses: docker/build-push-action@v6
with:
context: .
push: false
# tags: quay.io/dockstore/dockstore-support:${{env.S3_FOLDER}}



0 comments on commit c428ae2

Please sign in to comment.