This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Log in to git.limbosolutions.com docker registry
|
- name: Log in to git.limbosolutions.com docker registry
|
||||||
uses: docker/login-action
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: git.limbosolutions.com
|
registry: git.limbosolutions.com
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
@@ -22,7 +22,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build and push Docker images
|
- name: Build and push Docker images
|
||||||
id: push
|
id: push
|
||||||
uses: docker/build-push-action
|
uses: docker/build-push-action@3
|
||||||
with:
|
with:
|
||||||
context: ${{gitea.workspace}}/docker
|
context: ${{gitea.workspace}}/docker
|
||||||
push: true
|
push: true
|
||||||
|
|||||||
Reference in New Issue
Block a user