.github/workflows/main.yml aktualisiert
This commit is contained in:
parent
f8ba45ada3
commit
deba54773f
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -36,6 +36,12 @@ jobs:
|
|||||||
[registry."${{ vars.DOCKER_REPO }}"]
|
[registry."${{ vars.DOCKER_REPO }}"]
|
||||||
http = true
|
http = true
|
||||||
insecure = true
|
insecure = true
|
||||||
|
- name: Login to Docker Hub
|
||||||
|
uses: docker/login-action@v3
|
||||||
|
with:
|
||||||
|
registry: ${{ vars.DOCKER_REPO }}
|
||||||
|
username: ${{ vars.DOCKER_USERNAME }}
|
||||||
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: https://github.com/docker/build-push-action@v6
|
uses: https://github.com/docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user