Skip to content

Commit

Permalink
Update api-buildandpush.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JonTaylorBCGov2 committed Apr 12, 2024
1 parent 0a1be50 commit 9b7dfc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api-buildandpush.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2

- name: Login to Artifactory
if: github.repository_owner == 'bcgov-c'
# if: github.repository_owner == 'bcgov-c'
uses: docker/login-action@v1
with:
registry: artifacts.developer.gov.bc.ca
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Docker Push to Artifactory ${{env.WORKING_DIRECTORY}}
id: publish
if: github.repository_owner == 'bcgov-c'
# if: github.repository_owner == 'bcgov-c'
run: |
docker push artifacts.developer.gov.bc.ca/cac1-cas/${{ env.IMAGE_NAME }}:dev-${{ steps.short_sha.outputs.SHORT_SHA }}

0 comments on commit 9b7dfc8

Please sign in to comment.