Skip to content

Commit fba8c38

Browse files
authored
Merge pull request #11 from leibniz-psychology/fix-main-deployment-3
ci: fix main deployment
2 parents 752ae94 + b05b49d commit fba8c38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/DeployOpencpuMain.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: set tag latest-prod
4444
run: |
4545
docker pull ${{ secrets.ACR_NAME }}.azurecr.io/${{ env.APP }}:${{ github.sha }}
46-
docker tag ${{ secrets.ACR_NAME }}.azurecr.io/${{ env.APP }}:${{ github.sha }} ${{ secrets.ACR_NAME }}.azurecr.io/${{ env.APP }}:latest-dev
46+
docker tag ${{ secrets.ACR_NAME }}.azurecr.io/${{ env.APP }}:${{ github.sha }} ${{ secrets.ACR_NAME }}.azurecr.io/${{ env.APP }}:latest
4747
docker push ${{ secrets.ACR_NAME }}.azurecr.io/${{ env.APP }}:latest
4848
4949
kustomize:

0 commit comments

Comments
 (0)