Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Overbeck committed Oct 4, 2024
1 parent 2d0e872 commit 4cc2e6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_tagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ on:

jobs:
build:
uses: dockstore/workflow-actions/.github/workflows/deploy_tagged.yaml@feature/seab-6653/dockerize
uses: dockstore/workflow-actions/.github/workflows/deploy_tagged.yaml@main
with:
changelist: ${{ inputs.changelist }}
dockerize: true
dockerTagPrefix: "quay.io/dockstore/dockstore-support"
dockerTagPrefix: 'quay.io/dockstore/dockstore-support'
secrets: inherit
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ FROM eclipse-temurin:21.0.2_13-jdk-jammy
RUN apt-get update \
&& apt-get upgrade -y \
&& apt-get install -y --no-install-recommends
COPY metricsaggregator/target/metricsaggregator*[^s].jar /home
COPY topicgenerator/target/topicgenerator*[^s].jar /home

0 comments on commit 4cc2e6e

Please sign in to comment.