Skip to content

Commit

Permalink
Update az-test.yml
Browse files Browse the repository at this point in the history
Push to the correct repo
  • Loading branch information
robertomest authored Jul 30, 2024
1 parent f0e2b48 commit 7bbfe71
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/az-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
matrix:
include:
- dockerfile: Dockerfile-api_orchestrator
image-name: terravibes-api-orchestrator
image-name: api-orchestrator
- dockerfile: Dockerfile-worker
image-name: terravibes-worker
image-name: worker
- dockerfile: Dockerfile-cache
image-name: terravibes-cache
image-name: cache
steps:
- uses: actions/checkout@v4
- name: 'Az CLI login'
Expand All @@ -37,6 +37,6 @@ jobs:
- name: 'Build and push image'
run: |
az acr login -n ${{ secrets.ACR_NAME }}
docker build . -f ./resources/docker/${{ matrix.dockerfile }} -t ${{ secrets.ACR_NAME }}.azurecr.io/${{ matrix.image-name }}:test
docker build . -f ./resources/docker/${{ matrix.dockerfile }} -t ${{ secrets.ACR_NAME }}.azurecr.io/unlisted/farmai/terravibes/${{ matrix.image-name }}:test
docker push ${{ secrets.ACR_NAME }}.azurecr.io/${{ matrix.image-name }}:test

0 comments on commit 7bbfe71

Please sign in to comment.