Skip to content

Commit

Permalink
Devops: Fix Docker build not defining REGISTRY (aiidateam#6459)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas authored and mikibonacci committed Sep 3, 2024
1 parent 363db4f commit 36be4aa
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 36be4aa

Please sign in to comment.