Dockerfile action image does not get rebuild #390
Labels
No Label
kind
bug
kind
build
kind/compatible
kind
dependencies
kind
docs
kind
enhancement
kind
feature
kind
help wanted
kind
proposal
kind
refactor
related
act
related
environment
related
exec
related
gitea
related
workflow
reviewed
confirmed
reviewed
duplicate
reviewed
invalid
reviewed
needs feedback
reviewed
wontfix
reviewed
workaround
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: gitea/act_runner#390
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Dockerfile default will not rebuild image once the first try. Therefore it won't build new image as long as the tag of the image does not being update.
https://gitea.com/gitea/act_runner/src/branch/main/internal/app/run/runner.go#L187
Need to add the force rebuild from the configuration file to allow this to run the docker container image build.
even worse, this used to leak (or still leaks) docker-based actions from private repositories in (addition to slight inconvenience of an action being shared across all organisations). idk if got fixed