.github/workflows/main.yml aktualisiert

This commit is contained in:
kpohl 2024-11-03 14:39:15 +00:00 committed by Lunaresk
parent 933c11057f
commit 1da9cf8a6d

View File

@ -31,12 +31,6 @@ jobs:
${{ vars.DOCKER_REPO }}/costhive ${{ vars.DOCKER_REPO }}/costhive
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
- name: Login to private docker registry
uses: https://github.com/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: