Skip to content

Commit fa0392d

Browse files
committed
correct path
1 parent 71124e3 commit fa0392d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ jobs:
4040
with:
4141
source: /workspace/build_app/EbbFlowControl.bin
4242
destination: app.bin
43-
container: ebbflowcontrol-devcontainer
43+
container: ghcr.io/${{ github.repository_owner }}/ebbflowcontrol-devcontainer
4444
- name: Copy build files
4545
uses: tj-actions/docker-cp@v2
4646
with:
4747
source: /workspace/build_factory/EbbFlowControl.bin
4848
destination: factory.bin
49-
container: ebbflowcontrol-devcontainer
49+
container: ghcr.io/${{ github.repository_owner }}/ebbflowcontrol-devcontainer
5050

5151
- name: Get Changelog Entry
5252
id: changelog_reader

0 commit comments

Comments
 (0)