-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue: act does not seem to rebuild docker images for local actions #814
Comments
Related to #739 |
Issue is stale and will be closed in 14 days unless there is new activity |
I'm having the same issue and my image path doesn't use relative paths: runs:
using: "docker"
image: "dockerfile"
args:
- "-o"
- ${{ inputs.owner }}
- "-n"
- ${{ inputs.name }}
- "-p"
- ${{ inputs.pr_number }} It looks like act has cached an image and cannot pull the latest one. When I run act with Here's a repo that I work on: https://github.com/L-Sypniewski/github-pr-changes-checker-action/ My act version: 0.2.30 |
@L-Sypniewski Did you manage to solve the problem? |
@DawidNiezgodka No, I used docker-compose for local testing. I've just checked and I'm having the same issue with version 0.2.42 |
The Needs version 0.2.43 (to be released on 1. March 2023 by scheduled cron workflow) Your bug report about
|
https://aur.archlinux.org/packages/act @ChristopherHX have there been issues with the release i can only see 0.2.42 in aur |
@loeken we do not manage AUR package, you should ask package maintainer to update it |
I confirm: updating to |
System information
act
: < can be omitted if it's included in log >act
version: 0.2.24Expected behaviour
i have a github workflow that references several local actions:
These actions use a common docker file:
i would expect this to run fine with
act -b pull_request
Actual behaviour
Verbose output:
act -b -v pull_request
The text was updated successfully, but these errors were encountered: