This commit is contained in:
a 2024-06-04 00:09:07 -05:00
parent 144542074b
commit 096015015f
Signed by: a
GPG Key ID: 374BC539FE795AF0
1 changed files with 2 additions and 2 deletions

View File

@ -47,6 +47,6 @@ jobs:
linux/arm64
push: true
tags: | # replace it with your local IP and tags
192.168.8.30:3000/${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}
192.168.8.30:3000/${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ env.DOCKER_LATEST }}
tuxpa.in/${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}
tuxpa.in/${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ env.DOCKER_LATEST }}