Skip to content

Commit d3a9ccb

Browse files
authored
Update main.yml
1 parent 5bf79a4 commit d3a9ccb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
uses: actions/download-artifact@v2
108108
with:
109109
name: assembles_${{ github.sha }}
110-
path: ../docker/build/libs
110+
path: build/libs
111111

112112
- name: Set up QEMU
113113
uses: docker/setup-qemu-action@v1
@@ -125,6 +125,7 @@ jobs:
125125
id: docker_build
126126
uses: docker/build-push-action@v2
127127
with:
128+
context: .
128129
push: true
129130
tags: openplatform/open-state:${{ github.event.release.tag_name }}
130131
file: docker/Dockerfile

0 commit comments

Comments
 (0)