Skip to content

Is there a way to try this locally? #30

Is there a way to try this locally?

Is there a way to try this locally? #30

Workflow file for this run

name: Tagged release deploy

Check failure on line 1 in .github/workflows/deploy_tagged.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy_tagged.yml

Invalid workflow file

Cannot define both `uses` and `steps` at the same time for the following jobs: build
on:
workflow_dispatch:
inputs:
changelist:
description: 'patch and pre-release metadata'
required: true
default: '.0-alpha.1'
jobs:
build:
uses: dockstore/workflow-actions/.github/workflows/deploy_tagged.yaml@main
with:
changelist: ${{ inputs.changelist }}
secrets: inherit
steps:
- name: dockerize
uses: docker/build-push-action@v6
id: docker_build
with:
context: .
push: false
# tags: quay.io/dockstore/dockstore-support:${{env.S3_FOLDER}}