From deba54773f1dd32be6a9781b3b2171f025ad7dc7 Mon Sep 17 00:00:00 2001 From: kpohl Date: Sun, 3 Nov 2024 16:37:02 +0000 Subject: [PATCH] .github/workflows/main.yml aktualisiert --- .github/workflows/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fa621fc..62ba6e5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: