This commit is contained in:
parent
1d79ae5577
commit
ec3a8d1ff7
3
.github/workflows/build-app-image.yml
vendored
3
.github/workflows/build-app-image.yml
vendored
@ -33,10 +33,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
registry: ${{ env.GH_REGISTRY }}
|
registry: ${{ env.GH_REGISTRY }}
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITEA_TOKEN }}
|
||||||
|
|
||||||
- name: Extract metadata for Docker image
|
- name: Extract metadata for Docker image
|
||||||
if: "!startsWith(github.ref, 'refs/tags/v')"
|
|
||||||
id: meta
|
id: meta
|
||||||
uses: https://github.com/docker/metadata-action@v5
|
uses: https://github.com/docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user