From 15e03255ded17ba75e5de1caaf9de679500421c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Trkan?= Date: Mon, 22 Sep 2025 18:53:17 +0200 Subject: [PATCH] feat(infrastructure): use dockerhub --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 7d3ddc9..bda89b5 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -28,7 +28,7 @@ jobs: with: context: ./cd-test push: true - tags: ghcr.io/${{ secrets.DOCKER_USER }}/cd-test:latest + tags: ${{ secrets.DOCKER_USER }}/cd-test:latest - name: Get image digest # docker/build-push-action outputs `digest` automatically