Skip to content

Commit 7b82b1e

Browse files
committed
fix docker build
1 parent cb04bdd commit 7b82b1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
BUILDNUMBER: ${{ github.run_number }}
8585
GITSHA1: ${{ github.sha }}
8686
with:
87-
name: ${{ github.actor }}/clowder/${{ matrix.IMAGE }}
87+
name: ${{ github.repository_owner }}/clowder/${{ matrix.IMAGE }}
8888
username: ${{ github.actor }}
8989
password: ${{ secrets.GITHUB_TOKEN }}
9090
context: ${{ matrix.FOLDER }}
@@ -95,7 +95,7 @@ jobs:
9595

9696
# this will publish to the clowder dockerhub repo
9797
- name: Publish to Docker Hub
98-
if: github.event_name != 'pull_request' && github.repository == ${{ env.MASTER_REPO }}
98+
if: github.event_name != 'pull_request' && github.repository == env.MASTER_REPO
9999
uses: elgohr/[email protected]
100100
env:
101101
BRANCH: ${{ github.ref }}

0 commit comments

Comments
 (0)