Skip to content

Commit 187145a

Browse files
authored
Merge pull request #3 from open-data-rescue/create-docker-image
fixed env for registry
2 parents 0247e66 + df81998 commit 187145a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ jobs:
2323
release:
2424
runs-on: ubuntu-latest
2525

26-
# No env...
26+
# env...
27+
env:
28+
REGISTRY: ghcr.io
29+
IMAGE_NAME: ${{ github.repository }}
30+
2731
steps:
2832
- name: Maximize build space
2933
uses: easimon/maximize-build-space@master

0 commit comments

Comments
 (0)