Skip to content

Commit b5889f5

Browse files
authored
Merge pull request #88 from kjsanger/bug/fix-missing-actions-vars
Fix mssing environment variables in release Action
2 parents 5ae3ad1 + 8b76c11 commit b5889f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/create-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ jobs:
6767
password: ${{ secrets.GITHUB_TOKEN }}
6868

6969
- name: "Build Docker image"
70+
env:
71+
IMAGE_NAME: npg-irods-python
72+
REPOSITORY_OWNER: ${{ github.repository_owner }}
7073
run: |
7174
docker build \
7275
--file Dockerfile \

0 commit comments

Comments
 (0)