Skip to content

Commit

Permalink
Merge branch 'develop' into fix-nullpointerexception
Browse files Browse the repository at this point in the history
  • Loading branch information
LofhJann authored Jun 12, 2024
2 parents 1b8af3e + 6646ef0 commit 81054e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: hsldevcom/transitdata-stop-cancellation-source
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
username: ${{ secrets.TRANSITDATA_DOCKERHUB_USER }}
password: ${{ secrets.TRANSITDATA_DOCKERHUB_TOKEN }}
tags: develop
build-release-docker-image:
needs: test
Expand All @@ -63,6 +63,6 @@ jobs:
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: hsldevcom/transitdata-stop-cancellation-source
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
username: ${{ secrets.TRANSITDATA_DOCKERHUB_USER }}
password: ${{ secrets.TRANSITDATA_DOCKERHUB_TOKEN }}
tag_semver: true

0 comments on commit 81054e6

Please sign in to comment.