Skip to content

Commit

Permalink
Update linux-docker-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
costateixeira committed Sep 26, 2024
1 parent 94116e0 commit dd89c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ jobs:
docker tag fhirserver ${{ secrets.DOCKERHUB_USERNAME }}/fhirserver:nightly
# Push both tagged images to Docker Hub
docker push ${{ secrets.DOCKERHUB_USERNAME }}/fhirserver:nightly
docker push ghcr.io/${{ github.repository_owner }}/fhirserver:nightly

0 comments on commit dd89c5c

Please sign in to comment.