From 014a075b303a77d0da4d321d63f9ce86c2960a9c Mon Sep 17 00:00:00 2001 From: Mike Benner <36419818+mikebenner@users.noreply.github.com> Date: Mon, 21 Oct 2024 23:23:39 -0700 Subject: [PATCH] Update main_socalmeshbot.yml --- .github/workflows/main_socalmeshbot.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main_socalmeshbot.yml b/.github/workflows/main_socalmeshbot.yml index 3915d3f..062a422 100644 --- a/.github/workflows/main_socalmeshbot.yml +++ b/.github/workflows/main_socalmeshbot.yml @@ -14,17 +14,17 @@ jobs: - uses: actions/checkout@v4 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Log in to registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: dragones.azurecr.io username: ${{ secrets.AzureAppService_ContainerUsername_1ed55587fd474a6685d49af448067bad }} password: ${{ secrets.AzureAppService_ContainerPassword_4fc6e7e4f599453a81d4f70c8802b08d }} - name: Build and push container image to registry - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v6 with: push: true tags: dragones.azurecr.io/socalmeshbot:${{ github.sha }} @@ -44,4 +44,3 @@ jobs: app-name: 'socalmeshbot' publish-profile: ${{ secrets.AzureAppService_PublishProfile_1027a7ef2c324fb1a4275ee4a67ff831 }} images: dragones.azurecr.io/socalmeshbot:${{ github.sha }} - runtime-stack: 'NODE|20-lts' # Specify the runtime (Node.js 20 on Linux)