Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
10alejospain authored Jan 30, 2024
1 parent 78ef0e1 commit e1ae8de
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit e1ae8de

Please sign in to comment.