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