From 921d131a569fd5198472608e6811f62836e5ac88 Mon Sep 17 00:00:00 2001 From: Javier Delcourt <81574042+Chavis00@users.noreply.github.com> Date: Thu, 16 Nov 2023 14:04:45 -0300 Subject: [PATCH] Update main_ArpyDuel.yml --- .github/workflows/main_ArpyDuel.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main_ArpyDuel.yml b/.github/workflows/main_ArpyDuel.yml index fcb25b9..a5a3436 100644 --- a/.github/workflows/main_ArpyDuel.yml +++ b/.github/workflows/main_ArpyDuel.yml @@ -23,12 +23,11 @@ jobs: username: ${{ secrets.AzureAppService_ContainerUsername_8761a1b1b91f47ac93b476c454c4cf66 }} password: ${{ secrets.AzureAppService_ContainerPassword_e6dbc77a970f42d4b6bb084a20eff1e2 }} - - name: Build and push container image to registry - uses: docker/build-push-action@v3 - with: - push: true - tags: mcr.microsoft.com/arpy/appsvc/staticsite:${{ github.sha }} - file: ./dockerfile + - name: Build container image + run: docker build -t mcr.microsoft.com/arpy/appsvc/staticsite:${{ github.sha }} -f ./dockerfile . + + - name: Push container image + run: docker push mcr.microsoft.com/arpy/appsvc/staticsite:${{ github.sha }} deploy: runs-on: ubuntu-latest