fix: workflow login
This commit is contained in:
parent
637a5f7ad5
commit
3622cbca05
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -36,6 +36,12 @@ jobs:
|
||||
[registry."${{ vars.DOCKER_REPO }}"]
|
||||
http = true
|
||||
insecure = true
|
||||
- name: Login to Gitea Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ vars.DOCKER_REPO }}
|
||||
username: ${{ vars.DOCKER_USER }}
|
||||
password: ${{ secrets.DOCKER_PASS }}
|
||||
- name: Build and push
|
||||
uses: https://github.com/docker/build-push-action@v6
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user