File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ jobs:
3434 - name : Create php image build based on main and push to a Azure Container Registry (ACR)
3535 if : github.ref_name == 'main' && success()
3636 run : |
37- DOCKER_BUILDKIT=1 docker build . -t ${{ secrets.ACR_NAME }}.azurecr.io/ocpu/ ${{ env.APP }}:${{ github.sha }} \
37+ DOCKER_BUILDKIT=1 docker build . -t ${{ secrets.ACR_NAME }}.azurecr.io/${{ env.APP }}:${{ github.sha }} \
3838 --build-arg OCPU_PASS=${{ secrets.OCPU_PASS}} \
3939 --build-arg SSL_KEY=${{ secrets.SSL_KEY}} \
4040 --file .github/workflows/manifests/main/opencpu/Dockerfile
41- docker push ${{ secrets.ACR_NAME }}.azurecr.io/ocpu/ ${{ env.APP }}:${{ github.sha }}
41+ docker push ${{ secrets.ACR_NAME }}.azurecr.io/${{ env.APP }}:${{ github.sha }}
4242
4343 - name : set tag latest-prod
4444 run : |
You can’t perform that action at this time.
0 commit comments