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