diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8fe1ab2..5841081 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,9 +1,7 @@ name: Build and Publish Docker images - on: release: types: [published] - jobs: omop-deploy: name: Push Base OMOP Deploy image to GitHub Container Registry @@ -26,7 +24,6 @@ jobs: file: ./Dockerfile.omop push: true tags: ghcr.io/idea4rc/omop-deploy:latest - vocab-uploader: name: Push OMOP Vocab Uploader image to GitHub Container Registry runs-on: ubuntu-latest @@ -40,7 +37,6 @@ jobs: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - name: Build and push Docker image uses: docker/build-push-action@v3 with: