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 4c3a541 commit 2f56ac4Copy full SHA for 2f56ac4
.github/workflows/release.yml
@@ -32,8 +32,9 @@ jobs:
32
with:
33
container: ${{ inputs.container }}
34
35
+ # Explicit WASI container release **if** the dev container was also released due to being a dependency.
36
release-wasicontainer:
- name: Release wasicontainer (due to devcontainer updates)
37
+ name: Release wasicontainer
38
needs: [authorize, release-to-ghcr]
39
if: inputs.container == 'devcontainer'
40
uses: ./.github/workflows/build-and-push.yml
0 commit comments