Skip to content

Commit

Permalink
docker authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
slabajo committed Sep 6, 2024
1 parent b0ec868 commit dd84da2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-rust-buildpackage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,7 @@ jobs:
# Moving tags, example: "1.2.3", "1.2", "1", "latest"
EXTRA_TAGS: "${{ matrix.jobDistro }}"
TAG_COMMIT: "no"
KURENTO_DOCKERHUB_USERNAME: "${{ secrets.KURENTO_DOCKERHUB_USERNAME }}"
KURENTO_DOCKERHUB_TOKEN: "${{ secrets.KURENTO_DOCKERHUB_TOKEN }}"
working-directory: docker/rust-buildpackage/
run: container_build.sh

0 comments on commit dd84da2

Please sign in to comment.