diff --git a/.github/workflows/main_az-appservice-go-azureregistry.yml b/.github/workflows/main_az-appservice-go-azureregistry.yml index 4f65730..d7b24b9 100644 --- a/.github/workflows/main_az-appservice-go-azureregistry.yml +++ b/.github/workflows/main_az-appservice-go-azureregistry.yml @@ -11,6 +11,7 @@ on: jobs: build: + if: ${{ false }} runs-on: 'ubuntu-latest' steps: @@ -48,4 +49,4 @@ jobs: app-name: 'az-appservice-go-azureregistry' slot-name: 'production' publish-profile: ${{ secrets.AzureAppService_PublishProfile_49027503250544718765fc934565a526 }} - images: 'akvtraining.azurecr.io/${{ secrets.AzureAppService_ContainerUsername_a3760a5dac7f4726917f38f215d0db06 }}/az-appservice-go:${{ github.sha }}' \ No newline at end of file + images: 'akvtraining.azurecr.io/${{ secrets.AzureAppService_ContainerUsername_a3760a5dac7f4726917f38f215d0db06 }}/az-appservice-go:${{ github.sha }}'