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 1c5e8fd commit 6f5bc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api-buildandpush.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
# docker compose build backend
# docker tag cas-api artifacts.developer.gov.bc.ca/ac1cc8-tools-cas/${{ env.IMAGE_NAME }}:dev-${{ steps.short_sha.outputs.SHORT_SHA }}
- name: Docker Push to Artifactory
- name: Docker Push to Artifactory ${{ secrets.CAS_ARTIFACTORY_USERNAME }}
id: publish
run: |
docker push artifacts.developer.gov.bc.ca/ac1cc8-tools-cas/${{ env.IMAGE_NAME }}:dev-${{ steps.short_sha.outputs.SHORT_SHA }}
Expand Down

0 comments on commit 6f5bc5b

Please sign in to comment.