From 3c51927385e23cefec02df96373789caa3a64a62 Mon Sep 17 00:00:00 2001 From: Stilian Boyadzhiev Date: Fri, 30 May 2025 11:36:35 +0300 Subject: [PATCH] log in to docker hub actions added for ci-build-on-merge workflow --- .github/workflows/docker-build-hell-arm64.yml | 10 +++++----- .github/workflows/docker-build-hell.yml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/docker-build-hell-arm64.yml b/.github/workflows/docker-build-hell-arm64.yml index 494e106366..ee25ae4170 100644 --- a/.github/workflows/docker-build-hell-arm64.yml +++ b/.github/workflows/docker-build-hell-arm64.yml @@ -22,11 +22,11 @@ jobs: uses: docker/setup-buildx-action@v3 # Log in to Docker Hub – store secrets in repo → Settings → Secrets and variables → Actions - # - name: Log in to Docker Hub - # uses: docker/login-action@v3 - # with: - # username: ${{ secrets.DOCKERHUB_USERNAME }} - # password: ${{ secrets.DOCKERHUB_TOKEN }} + - name: Log in to Docker Hub + uses: docker/login-action@v3 + with: + username: ${{ secrets.DOCKERHUB_USERNAME }} + password: ${{ secrets.DOCKERHUB_TOKEN }} # Build (and optionally push) the image - name: Build and push image diff --git a/.github/workflows/docker-build-hell.yml b/.github/workflows/docker-build-hell.yml index 1ccf660dde..3080432535 100644 --- a/.github/workflows/docker-build-hell.yml +++ b/.github/workflows/docker-build-hell.yml @@ -22,11 +22,11 @@ jobs: uses: docker/setup-buildx-action@v3 # Log in to Docker Hub – store secrets in repo → Settings → Secrets and variables → Actions - # - name: Log in to Docker Hub - # uses: docker/login-action@v3 - # with: - # username: ${{ secrets.DOCKERHUB_USERNAME }} - # password: ${{ secrets.DOCKERHUB_TOKEN }} + - name: Log in to Docker Hub + uses: docker/login-action@v3 + with: + username: ${{ secrets.DOCKERHUB_USERNAME }} + password: ${{ secrets.DOCKERHUB_TOKEN }} # Build (and optionally push) the image - name: Build and push image