This commit is contained in:
parent
0abe2badf1
commit
c4f828d76e
12
.github/workflows/image_creation.yaml
vendored
12
.github/workflows/image_creation.yaml
vendored
@ -25,12 +25,12 @@ jobs:
|
|||||||
http = true
|
http = true
|
||||||
insecure = true
|
insecure = true
|
||||||
|
|
||||||
- name: Login to Docker
|
# - name: Login to Docker
|
||||||
uses: docker/login-action@v3
|
# uses: docker/login-action@v3
|
||||||
with:
|
# with:
|
||||||
registry: ${{ vars.GITEAINSTANCE }}
|
# registry: ${{ vars.GITEAINSTANCE }}
|
||||||
username: ${{ vars.USERNAME }}
|
# username: ${{ vars.USERNAME }}
|
||||||
password: ${{ secrets.PWD }}
|
# password: ${{ secrets.PWD }}
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user