Skip to content

Commit

Permalink
Disable push to dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
Oded-B committed Apr 24, 2024
1 parent 677ab36 commit 874dd09
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ jobs:
with:
images: |
${{ steps.image-name.outputs.value }}
dexidp/dex
flavor: |
latest = false
tags: |
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 874dd09

Please sign in to comment.