From 480dabc61bc6fca4d6b754db0c2e7de9630814c8 Mon Sep 17 00:00:00 2001
From: Lars Seipel <ls@slrz.net>
Date: Wed, 15 Jan 2025 12:52:41 +0100
Subject: [PATCH] build: do not publish to Docker Hub

---
 .github/workflows/artifacts.yaml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/.github/workflows/artifacts.yaml b/.github/workflows/artifacts.yaml
index 6d488c4d..e8e4b7c8 100644
--- a/.github/workflows/artifacts.yaml
+++ b/.github/workflows/artifacts.yaml
@@ -107,13 +107,6 @@ jobs:
           password: ${{ github.token }}
         if: inputs.publish
 
-      - name: Login to Docker Hub
-        uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
-        with:
-          username: ${{ secrets.DOCKER_USERNAME }}
-          password: ${{ secrets.DOCKER_PASSWORD }}
-        if: inputs.publish
-
       - name: Build and push image
         id: build
         uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
-- 
GitLab