Dockerfile action image does not get rebuild #390

Open
opened 2023-10-31 08:46:24 +00:00 by AvengerMoJo · 1 comment
Contributor

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.

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.
lng2020 added the
kind
build
label 2023-11-17 09:21:02 +00:00

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

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
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: gitea/act_runner#390
No description provided.