From 874dd0995d090d92476af6c345438049100eef30 Mon Sep 17 00:00:00 2001 From: Oded Ben Ozer Date: Wed, 24 Apr 2024 10:25:01 +0200 Subject: [PATCH] Disable push to dockerhub --- .github/workflows/artifacts.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/artifacts.yaml b/.github/workflows/artifacts.yaml index 629f0417e6..895bb6946d 100644 --- a/.github/workflows/artifacts.yaml +++ b/.github/workflows/artifacts.yaml @@ -75,7 +75,6 @@ jobs: with: images: | ${{ steps.image-name.outputs.value }} - dexidp/dex flavor: | latest = false tags: | @@ -108,13 +107,6 @@ jobs: password: ${{ github.token }} if: inputs.publish - - name: Login to Docker Hub - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.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@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0