Skip to content

Commit

Permalink
Use Docker secrets.
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 authored Jan 11, 2024
1 parent db6dd54 commit 4a06ef8
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,9 @@ on:
jobs:
full:
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7

# TODO: When ready to make this repository public uncomment this `DOCKER_HUB_` secrets section and set the
# corresponding repository secrets to enable publishing Docker images to https://hub.docker.com/.
#secrets:
# DOCKER_HUB_ID: ${{ secrets.DOCKER_HUB_ID }}
# DOCKER_HUB_TOKEN: ${{ secrets.DOCKER_HUB_TOKEN }}

secrets:
DOCKER_HUB_ID: ${{ secrets.DOCKER_HUB_ID }}
DOCKER_HUB_TOKEN: ${{ secrets.DOCKER_HUB_TOKEN }}
with:
docker_org: nlnetlabs
docker_repo: rotonda
Expand Down

0 comments on commit 4a06ef8

Please sign in to comment.