diff --git a/.github/workflows/docker-hub.yml b/.github/workflows/docker-hub.yml index da43135..1b01cda 100644 --- a/.github/workflows/docker-hub.yml +++ b/.github/workflows/docker-hub.yml @@ -35,7 +35,6 @@ jobs: age-key: ${{ secrets.SOPS_PRIVATE }} - name: Login to DockerHub - if: github.event_name != 'pull_request' run: echo "$DOCKER_HUB_PASSWORD" | docker login -u "$DOCKER_HUB_USER" --password-stdin - name: Build and push @@ -43,7 +42,7 @@ jobs: with: context: . platforms: linux/amd64,linux/arm64 - push: ${{ github.event_name != 'pull_request' }} + push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}