update build workflow variable names
Docker server image / build-and-push (push) Successful in 3m33s
Docker server image / build-and-push (push) Successful in 3m33s
This commit is contained in:
@@ -24,8 +24,8 @@ jobs:
|
|||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: gitea.auvem.com
|
registry: gitea.auvem.com
|
||||||
username: ${{ secrets.GITEA_REGISTRY_USER }}
|
username: ${{ vars.REGISTRY_USER }}
|
||||||
password: ${{ secrets.GITEA_REGISTRY_TOKEN }}
|
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
|
|||||||
Reference in New Issue
Block a user