We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ef0e1 commit e1ae8deCopy full SHA for e1ae8de
.github/workflows/release.yml
@@ -1,9 +1,7 @@
1
name: Build and Publish Docker images
2
-
3
on:
4
release:
5
types: [published]
6
7
jobs:
8
omop-deploy:
9
name: Push Base OMOP Deploy image to GitHub Container Registry
@@ -26,7 +24,6 @@ jobs:
26
24
file: ./Dockerfile.omop
27
25
push: true
28
tags: ghcr.io/idea4rc/omop-deploy:latest
29
30
vocab-uploader:
31
name: Push OMOP Vocab Uploader image to GitHub Container Registry
32
runs-on: ubuntu-latest
@@ -40,7 +37,6 @@ jobs:
40
37
registry: ghcr.io
41
38
username: ${{ github.actor }}
42
39
password: ${{ secrets.GITHUB_TOKEN }}
43
44
- name: Build and push Docker image
45
uses: docker/build-push-action@v3
46
with:
0 commit comments