Skip to content

Commit

Permalink
Update nightly.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippMatthes authored Nov 9, 2023
1 parent f194615 commit 1fbb8a4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,14 @@ jobs:
secrets:
NEXUS_DOCKER_PUB_USERNAME: ${{ secrets.NEXUS_DOCKER_PUB_USERNAME }}
NEXUS_DOCKER_PUB_PASSWORD: ${{ secrets.NEXUS_DOCKER_PUB_PASSWORD }}

publish-deutschland-release:
uses: ./.github/workflows/publish.yaml
with:
context: .
registry: bikenow.vkw.tu-dresden.de
image: ${{ github.repository }}-deutschland
branch: release
secrets:
NEXUS_DOCKER_PUB_USERNAME: ${{ secrets.NEXUS_DOCKER_PUB_USERNAME }}
NEXUS_DOCKER_PUB_PASSWORD: ${{ secrets.NEXUS_DOCKER_PUB_PASSWORD }}

0 comments on commit 1fbb8a4

Please sign in to comment.