edit login
All checks were successful
Build, Push and Redeploy Docker Image / build-and-push (push) Successful in 4m45s
All checks were successful
Build, Push and Redeploy Docker Image / build-and-push (push) Successful in 4m45s
This commit is contained in:
@@ -23,8 +23,11 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Log in to Gitea Container Registry
|
||||
run: |
|
||||
echo "${{ secrets.GIT_PASSWORD }}" | docker login "${{ env.REGISTRY_HOST }}" -u "${{ github.actor }}" --password-stdin
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ env.REGISTRY_HOST }}
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.GIT_PASSWORD }}
|
||||
|
||||
- name: Get short SHA
|
||||
id: vars
|
||||
|
||||
Reference in New Issue
Block a user