Skip to content

Commit

Permalink
Merge pull request #47 from docker/fix-workflow-again
Browse files Browse the repository at this point in the history
Fix workflow... again
  • Loading branch information
silvin-lubecki authored Oct 16, 2020
2 parents 5375be7 + d00eb5e commit 3ce5d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-weekly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Build binary and run tests
env:
E2E_HUB_USERNAME: ${{ secrets.E2E_HUB_USERNAME }}
E2E_HUB_TOKEN_TOKEN: ${{ secrets.E2E_HUB_TOKEN }}
E2E_HUB_TOKEN: ${{ secrets.E2E_HUB_TOKEN }}
run: make TAG_NAME=${{ github.event.inputs.tag }} -f builder.Makefile build test-unit e2e

- name: Upload binary artifact
Expand Down

0 comments on commit 3ce5d63

Please sign in to comment.