Skip to content

Commit

Permalink
Add environment variables for Docker registry authentication back in
Browse files Browse the repository at this point in the history
  • Loading branch information
devincowan committed Mar 18, 2024
1 parent 6137f8a commit 119034f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/periodic-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Periodically Build and Publish to Registry

env:
IMAGE_ROOT: singleuser
REGISTRY_HOSTNAME: docker.io
DOCKER_USER: ${{ secrets.DOCKER_USER }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
REPOSITORY: ${{ secrets.DOCKER_REPOSITORY }}

on:
schedule:
Expand Down

0 comments on commit 119034f

Please sign in to comment.