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 4a0ad64 commit 17801dfCopy full SHA for 17801df
.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 images
+ run: make image
31
deploy:
32
needs: [ "build" ]
33
runs-on: ubuntu-20.04
0 commit comments