Skip to content

Commit

Permalink
Update n2a-build-and-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paychex-ssmithrand authored Feb 28, 2024
1 parent 17ff529 commit a58b9fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/n2a-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: N2A - Build and Push

env:
# Azure ACR
ACR_HOST: ${{ vars.REGISTRY_LOGIN_SERVER_NONPROD }}
ACR_USER: ${{ secrets.REGISTRY_USERNAME_NONPROD }}
ACR_PASS: ${{ secrets.REGISTRY_PASSWORD_NONPROD }}
ACR_HOST: ${{ vars.REGISTRY_LOGIN_SERVER_PROD }}
ACR_USER: ${{ secrets.REGISTRY_USERNAME_PROD }}
ACR_PASS: ${{ secrets.REGISTRY_PASSWORD_PROD }}

on:
workflow_dispatch:
Expand All @@ -14,7 +14,7 @@ on:

jobs:
build_and_push:
runs-on: ubuntu-latest
runs-on: [self-hosted, nonprod]
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit a58b9fd

Please sign in to comment.