From 3872c2ca24bb34fe365d95402a79621bd34d1314 Mon Sep 17 00:00:00 2001 From: Lebaud Antoine Date: Mon, 5 Feb 2024 18:46:44 +0100 Subject: [PATCH] wip to be dropped --- .github/workflows/docker-hub.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-hub.yml b/.github/workflows/docker-hub.yml index 3141ce48f..469404c60 100644 --- a/.github/workflows/docker-hub.yml +++ b/.github/workflows/docker-hub.yml @@ -32,13 +32,13 @@ jobs: age-key: ${{ secrets.SOPS_PRIVATE }} - name: Login to DockerHub - if: github.event_name != 'pull_request' +# if: github.event_name != 'pull_request' run: echo "$DOCKER_HUB_PASSWORD" | docker login -u "$DOCKER_HUB_USER" --password-stdin - name: Build and push uses: docker/build-push-action@v5 with: context: . - push: ${{ github.event_name != 'pull_request' }} + push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}