mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-02-17 15:01:42 +08:00
Fix Github repository variable
This commit is contained in:
parent
e89cedd3a9
commit
a681530dfb
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -113,7 +113,7 @@ jobs:
|
||||
id: frontend-meta
|
||||
uses: docker/metadata-action@v4
|
||||
with:
|
||||
images: ${{ env.REGISTRY }}/${{ env.GITHUB_REPOSITORY }}/frontend
|
||||
images: ${{ env.REGISTRY }}/${{ github.repository }}/frontend
|
||||
tags: |
|
||||
type=sha,enable=true,format=short,prefix=${{ env.BRANCH_NAME }}-,suffix=-${{ steps.timestamp.outputs.timestamp }}
|
||||
|
||||
@ -132,7 +132,7 @@ jobs:
|
||||
id: backend-meta
|
||||
uses: docker/metadata-action@v4
|
||||
with:
|
||||
images: ${{ env.REGISTRY }}/${{ env.GITHUB_REPOSITORY }}/backend
|
||||
images: ${{ env.REGISTRY }}/${{ github.repository }}/backend
|
||||
tags: |
|
||||
type=sha,enable=true,format=short,prefix=${{ env.BRANCH_NAME }}-,suffix=-${{ steps.timestamp.outputs.timestamp }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user