.gitea/workflows/deployment.yml aktualisiert
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 6s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 6s
This commit is contained in:
parent
9bc99c8ae4
commit
0a45decff5
@ -7,12 +7,18 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Log in to DockerHub
|
- name: Clear Docker Config
|
||||||
run: echo "${{ ?!EQ{_Pt\$D}yb^}d8 }}" | docker login dockerreg.slpnetwork.de -u "${{ slpdocker }}" --password-stdin
|
run: |
|
||||||
|
rm -rf ~/.docker
|
||||||
|
mkdir -p ~/.docker
|
||||||
|
|
||||||
|
- name: Log in to Docker Registry
|
||||||
|
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login dockerreg.slpnetwork.de -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
|
||||||
|
|
||||||
- name: Build Docker Image
|
- name: Build Docker Image
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user