.github/workflows/main.yml aktualisiert

This commit is contained in:
kpohl 2024-11-03 16:46:04 +00:00
parent deba54773f
commit f5606b4708

View File

@ -36,12 +36,6 @@ 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: