You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to make multiple bundles from the same repository. This repository has for each bundle a github workflow defined and they are referring to a template with the deploy-to-balena-action.
Currently 2 out of 3 bundles are failing because a release with the same revision already exists. When only doing changes in the docker-compose.yml of one of the bundles only that bundle is build and this is successful.
In another CI with multiple bundles balena deploy is used and here the release-tag bundle argument is given like:
--release-tag bundle ${{inputs.bundle}} \
This makes the release unique and will make building multiple bundles possible. But for the deploy-to-balena-action I cannot find this argument. Is this not support or am I missing something?
The text was updated successfully, but these errors were encountered:
I want to make multiple bundles from the same repository. This repository has for each bundle a github workflow defined and they are referring to a template with the
deploy-to-balena-action
.Bundle specific workflow
bundle.yml
:Template
template.yml
:Currently 2 out of 3 bundles are failing because a release with the same revision already exists. When only doing changes in the
docker-compose.yml
of one of the bundles only that bundle is build and this is successful.In another CI with multiple bundles
balena deploy
is used and here therelease-tag bundle
argument is given like:This makes the release unique and will make building multiple bundles possible. But for the
deploy-to-balena-action
I cannot find this argument. Is this not support or am I missing something?The text was updated successfully, but these errors were encountered: