generated from alphane/template
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
|||||||
- name: Log in to Gitea Container Registry
|
- name: Log in to Gitea Container Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ${{ github.server_url }}
|
registry: ${{ vars.REGISTRY_URL }}
|
||||||
username: ${{ secrets.REGISTRY_USER }}
|
username: ${{ secrets.REGISTRY_USER }}
|
||||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
|
|
||||||
@@ -25,8 +25,8 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
${{ github.server_url }}/${{ github.repository }}:latest
|
${{ vars.REGISTRY_URL }}/${{ github.repository }}:latest
|
||||||
${{ github.server_url }}/${{ github.repository }}:${{ github.sha }}
|
${{ vars.REGISTRY_URL }}/${{ github.repository }}:${{ github.sha }}
|
||||||
build-args: |
|
build-args: |
|
||||||
RELEASE_TAG=${{ github.ref_name }}
|
RELEASE_TAG=${{ github.ref_name }}
|
||||||
GIT_COMMIT_HASH=${{ github.sha }}
|
GIT_COMMIT_HASH=${{ github.sha }}
|
||||||
|
|||||||
Reference in New Issue
Block a user