Skip to content

Commit

Permalink
Don't push to DockerHub
Browse files Browse the repository at this point in the history
We don't have a repo for this project there yet.
  • Loading branch information
DavidCroftDKFZ committed Oct 21, 2024
1 parent c0819b4 commit ecf2e6e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ on:
# Build every night at 1am
- cron: '0 1 * * *'
jobs:
build:
uses: samply/github-workflows/.github/workflows/docker-ci.yml@main
with:
image-name: "samply/feedback-agent-ui"
push-to: dockerhub
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
# build:
# uses: samply/github-workflows/.github/workflows/docker-ci.yml@main
# with:
# image-name: "samply/feedback-agent-ui"
# push-to: dockerhub
# secrets:
# DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
# DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}

0 comments on commit ecf2e6e

Please sign in to comment.