Skip to content

Commit b6b6b27

Browse files
authored
Change org name var to string (#26)
1 parent 050227e commit b6b6b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
uses: submitty/action-docker-build/.github/workflows/[email protected]
1111
with:
1212
push: true
13-
docker_org_name: ${{ vars.docker_org_name }}
13+
docker_org_name: submittyrpi
1414
base_commit: ${{ github.event.before }}
1515
head_commit: ${{ github.event.after }}
1616
secrets:

0 commit comments

Comments
 (0)