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 73ab0fa commit ea9545aCopy full SHA for ea9545a
.github/workflows/dockerhub_publish.yml
@@ -35,6 +35,7 @@ jobs:
35
- name: Build and push image to Docker Hub
36
uses: docker/build-push-action@v2
37
with:
38
+ context: .
39
push: true
40
tags: |
41
lfenergycompas/compas-open-scd:${{ steps.extract_tagname.outputs.tagname }}
0 commit comments