.github/workflows/main.yml aktualisiert

This commit is contained in:
kpohl 2024-11-03 16:37:02 +00:00
parent f8ba45ada3
commit deba54773f

View File

@ -36,6 +36,12 @@ jobs:
[registry."${{ vars.DOCKER_REPO }}"]
http = 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
uses: https://github.com/docker/build-push-action@v6
with: