From 4836801004301375220e8181c5f14e56020312d2 Mon Sep 17 00:00:00 2001 From: Manuel Date: Sat, 27 Jul 2024 19:17:26 +0200 Subject: [PATCH] fix: login before pushing image --- .github/workflows/deployment-docker-image.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/deployment-docker-image.yml b/.github/workflows/deployment-docker-image.yml index 78cac8f0f..a95c3a25c 100644 --- a/.github/workflows/deployment-docker-image.yml +++ b/.github/workflows/deployment-docker-image.yml @@ -75,6 +75,12 @@ jobs: uses: Ilshidur/action-discord@master with: args: "Built application artifacts. Building images..." + - name: Log in to the Container registry + uses: docker/login-action + with: + registry: ${{ env.REGISTRY }} + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Set up QEMU uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx