ci) Updating docker container URI (#3)
All checks were successful
Build and Push Image / docker-build-and-push (push) Successful in 1m47s

Reviewed-on: #3
Co-authored-by: Shaun Campbell <shaun@campbellwireless.net>
Co-committed-by: Shaun Campbell <shaun@campbellwireless.net>
This commit was merged in pull request #3.
This commit is contained in:
2026-02-21 04:50:46 +00:00
committed by shaun
parent d9aab48906
commit cc78d99326

View File

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