We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71124e3 commit fa0392dCopy full SHA for fa0392d
.github/workflows/release.yml
@@ -40,13 +40,13 @@ jobs:
40
with:
41
source: /workspace/build_app/EbbFlowControl.bin
42
destination: app.bin
43
- container: ebbflowcontrol-devcontainer
+ container: ghcr.io/${{ github.repository_owner }}/ebbflowcontrol-devcontainer
44
- name: Copy build files
45
uses: tj-actions/docker-cp@v2
46
47
source: /workspace/build_factory/EbbFlowControl.bin
48
destination: factory.bin
49
50
51
- name: Get Changelog Entry
52
id: changelog_reader
0 commit comments