We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb04bdd commit 7b82b1eCopy full SHA for 7b82b1e
.github/workflows/docker.yml
@@ -84,7 +84,7 @@ jobs:
84
BUILDNUMBER: ${{ github.run_number }}
85
GITSHA1: ${{ github.sha }}
86
with:
87
- name: ${{ github.actor }}/clowder/${{ matrix.IMAGE }}
+ name: ${{ github.repository_owner }}/clowder/${{ matrix.IMAGE }}
88
username: ${{ github.actor }}
89
password: ${{ secrets.GITHUB_TOKEN }}
90
context: ${{ matrix.FOLDER }}
@@ -95,7 +95,7 @@ jobs:
95
96
# this will publish to the clowder dockerhub repo
97
- name: Publish to Docker Hub
98
- if: github.event_name != 'pull_request' && github.repository == ${{ env.MASTER_REPO }}
+ if: github.event_name != 'pull_request' && github.repository == env.MASTER_REPO
99
uses: elgohr/[email protected]
100
env:
101
BRANCH: ${{ github.ref }}
0 commit comments