Skip to content

Commit

Permalink
update secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
JHogenboom authored Jun 18, 2024
1 parent 97c350e commit 9a1340d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
uses: docker/login-action@v3
with:
registry: medicaldataworks.azurecr.io/projects/strongaya/
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}
username: ${{ secrets.MDW_ACR_USERNAME }}
password: ${{ secrets.MDW_ACR_PASSWORD }}

- name: Run Makefile Rule
run: docker build -t medicaldataworks.azurecr.io/projects/strongaya/triplestore-collaboration-descriptives .
run: docker build -t medicaldataworks.azurecr.io/projects/strongaya/triple-collab-descr .

- name: Push Docker image
run: |
docker push medicaldataworks.azurecr.io/projects/strongaya/triplestore-collaboration-descriptives
docker push medicaldataworks.azurecr.io/projects/strongaya/triple-collab-descr

0 comments on commit 9a1340d

Please sign in to comment.