Skip to content

Commit e1ae8de

Browse files
authored
fix
1 parent 78ef0e1 commit e1ae8de

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Build and Publish Docker images
2-
32
on:
43
release:
54
types: [published]
6-
75
jobs:
86
omop-deploy:
97
name: Push Base OMOP Deploy image to GitHub Container Registry
@@ -26,7 +24,6 @@ jobs:
2624
file: ./Dockerfile.omop
2725
push: true
2826
tags: ghcr.io/idea4rc/omop-deploy:latest
29-
3027
vocab-uploader:
3128
name: Push OMOP Vocab Uploader image to GitHub Container Registry
3229
runs-on: ubuntu-latest
@@ -40,7 +37,6 @@ jobs:
4037
registry: ghcr.io
4138
username: ${{ github.actor }}
4239
password: ${{ secrets.GITHUB_TOKEN }}
43-
4440
- name: Build and push Docker image
4541
uses: docker/build-push-action@v3
4642
with:

0 commit comments

Comments
 (0)