We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bf79a4 commit d3a9ccbCopy full SHA for d3a9ccb
1 file changed
.github/workflows/main.yml
@@ -107,7 +107,7 @@ jobs:
107
uses: actions/download-artifact@v2
108
with:
109
name: assembles_${{ github.sha }}
110
- path: ../docker/build/libs
+ path: build/libs
111
112
- name: Set up QEMU
113
uses: docker/setup-qemu-action@v1
@@ -125,6 +125,7 @@ jobs:
125
id: docker_build
126
uses: docker/build-push-action@v2
127
128
+ context: .
129
push: true
130
tags: openplatform/open-state:${{ github.event.release.tag_name }}
131
file: docker/Dockerfile
0 commit comments