ci) updating docker registry to use registry.campbellwireless.net
All checks were successful
Build and Push Image / docker-build-and-push (push) Successful in 2m2s

This commit is contained in:
2026-02-21 00:18:56 -05:00
parent bfe2e91dee
commit 5101129f23

View File

@@ -48,5 +48,5 @@ jobs:
file: ./Dockerfile file: ./Dockerfile
push: true push: true
tags: | tags: |
cloud.campbellwireless.net/git/${{ env.IMAGE_NAME }}:latest ${{ env.REGISTRY_HOST }}/${{ env.IMAGE_NAME }}:latest
cloud.campbellwireless.net/git/${{ env.IMAGE_NAME }}:${{ steps.tags.outputs.sha_short }} ${{ env.REGISTRY_HOST }}/${{ env.IMAGE_NAME }}:${{ steps.tags.outputs.sha_short }}