Skip to content

Commit

Permalink
Update pipeline config
Browse files Browse the repository at this point in the history
  • Loading branch information
Steeven9 committed Jan 26, 2025
1 parent 33b9c62 commit 6af9d8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
with:
image-name: steeven9/fenice2:${{ github.ref_name }}
push: true
runner: self-hosted
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
Expand All @@ -27,6 +28,7 @@ jobs:
image-name: steeven9/fenice2:latest
push: ${{ github.ref_name == 'main' }}
ping_webhook: ${{ github.ref_name == 'main' }}
runner: self-hosted
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 6af9d8d

Please sign in to comment.