parent
741c6617ca
commit
b57e5dca70
@ -19,12 +19,12 @@ jobs:
|
|||||||
|
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
|
env:
|
||||||
|
GIT_REV: "${{ gitea.sha }}"
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
registry: git.fascinated.cc
|
registry: git.fascinated.cc
|
||||||
env:
|
|
||||||
GIT_REV: "${{ gitea.sha }}"
|
|
||||||
build-args: |
|
build-args: |
|
||||||
GIT_REV=${{ gitea.sha }}
|
GIT_REV=${{ gitea.sha }}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user