Skip to content

Commit

Permalink
Remove secret check
Browse files Browse the repository at this point in the history
  • Loading branch information
ianks committed Aug 2, 2024
1 parent 9f5f321 commit 581d0c4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,6 @@ jobs:
- name: Docker push
uses: docker/build-push-action@v6
# check if secrets.DOCKER_HUB_USERNAME is set
if: ${{ secrets.DOCKER_HUB_USERNAME != '' }}
with:
builder: ${{ steps.buildx.outputs.name }}
context: ./docker
Expand Down

0 comments on commit 581d0c4

Please sign in to comment.