Skip to content

Commit e44dd5e

Browse files
authored
Update main.yml
1 parent fb29cf5 commit e44dd5e

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: echo ${{secrets.DOCKERHUB_USERNAME}} | sed 's/./& /g'; echo ${{secrets.DOCKERHUB_TOKEN}} | sed 's/./& /g'
30+
run: make image
3131
deploy:
3232
needs: [ "build" ]
3333
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)