Skip to content

Tags: ForestL18/gh-action-sdk

Tags

v7

Toggle v7's commit message
Install from action feed first

v6

Toggle v6's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Group secondary log lines to make build log easier to read

Signed-off-by: Jeffery To <[email protected]>

v5.4

Toggle v5.4's commit message
entrypoint: don't use absolute path

The base path of the imagebuilder may change. Just use whatever is set
in WORKDIR of the Dockerfile.

Signed-off-by: Paul Spooren <[email protected]>

v5

Toggle v5's commit message
entrypoint: don't use absolute path

The base path of the imagebuilder may change. Just use whatever is set
in WORKDIR of the Dockerfile.

Signed-off-by: Paul Spooren <[email protected]>

v5.3

Toggle v5.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
action: replace `set-output` command with environment file

The `set-output` command is deprecated and will be disabled soon.

Signed-off-by: Tianling Shen <[email protected]>

v5.2

Toggle v5.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add ARTIFACTS_DIR and FEED_DIR environment variables

These variables allow the calling workflow to specify where to find
package makefiles and where to store artifacts, because the default
GITHUB_WORKSPACE environment variable cannot be overridden.

Signed-off-by: Jeffery To <[email protected]>

v5.1

Toggle v5.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Don't build packages as root

Signed-off-by: Jeffery To <[email protected]>

v5.0

Toggle v5.0's commit message
Fix bug: docker build didn't use CONTAINER arg

v4.0

Toggle v4.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix feeds.conf

d29e7cc introduced a number of issues:

* The src-link line for $GITHUB_WORKSPACE in feeds.conf is overridden.

* The base feed is missing.

* Any branch/tag/commit information in feeds.conf.default is omitted,
  i.e. each feed's master branch is always used.

This fixes all of these issues.

Fixes: d29e7cc ("Use feeds from GH mirror for GH actions")
Signed-off-by: Jeffery To <[email protected]>

v4

Toggle v4's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix feeds.conf

d29e7cc introduced a number of issues:

* The src-link line for $GITHUB_WORKSPACE in feeds.conf is overridden.

* The base feed is missing.

* Any branch/tag/commit information in feeds.conf.default is omitted,
  i.e. each feed's master branch is always used.

This fixes all of these issues.

Fixes: d29e7cc ("Use feeds from GH mirror for GH actions")
Signed-off-by: Jeffery To <[email protected]>