diff --git a/.github/workflows/api-buildandpush.yaml b/.github/workflows/api-buildandpush.yaml index 6721a594..485e76f8 100644 --- a/.github/workflows/api-buildandpush.yaml +++ b/.github/workflows/api-buildandpush.yaml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v2 - name: Login to Artifactory - uses: actions/setup-dotnet@v1 + uses: docker/login-action@v1 with: registry: artifacts.developer.gov.bc.ca username: ${{ secrets.CAS_ARTIFACTORY_USERNAME }}