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 04b6585 commit fd87225Copy full SHA for fd87225
.github/workflows/ci.yml
@@ -96,6 +96,7 @@ jobs:
96
uses: docker/build-push-action@v3
97
with:
98
push: true
99
+ context: .
100
tags: ${{ secrets.DOCKER_USER }}/html-tutorial:latest
101
102
# - name: Build docs image
0 commit comments