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
|
||||
insecure = true
|
||||
|
||||
- name: Login to Docker
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ vars.GITEAINSTANCE }}
|
||||
username: ${{ vars.USERNAME }}
|
||||
password: ${{ secrets.PWD }}
|
||||
# - name: Login to Docker
|
||||
# uses: docker/login-action@v3
|
||||
# with:
|
||||
# registry: ${{ vars.GITEAINSTANCE }}
|
||||
# username: ${{ vars.USERNAME }}
|
||||
# password: ${{ secrets.PWD }}
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user