Skip to content

Commit

Permalink
Devops: Fix Docker build not defining REGISTRY (#6459)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas authored Jun 6, 2024
1 parent deb293d commit e7953fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Build Docker images and upload them to ghcr.io

env:
BUILDKIT_PROGRESS: plain
REGISTRY: ghcr.io/

on:
workflow_call:
Expand Down

0 comments on commit e7953fd

Please sign in to comment.