Added support for Forks.

This commit is contained in:
SergeantPanda 2025-03-24 09:46:08 -05:00
parent 3154d9e5e0
commit 2d593dc64e
2 changed files with 6 additions and 2 deletions

View file

@ -50,6 +50,7 @@ jobs:
platforms: linux/amd64,linux/arm64
build-args: |
BRANCH=${{ env.BRANCH }}
REPO_URL=https://github.com/${{ github.repository }}
tags: |
ghcr.io/${{ env.REPO_NAME }}:${{ env.TAG }}
ghcr.io/${{ env.REPO_NAME }}:${{ github.sha }}