Skip to content

Commit

Permalink
Update main_socalmeshbot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebenner authored Oct 22, 2024
1 parent 01b54c8 commit 014a075
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main_socalmeshbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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)

0 comments on commit 014a075

Please sign in to comment.