[GH-ISSUE #814] Issue: act does not seem to rebuild docker images for local actions #499

Closed
opened 2026-03-01 21:43:57 +03:00 by kerem · 9 comments
Owner

Originally created by @henrikrudstrom on GitHub (Sep 13, 2021).
Original GitHub issue: https://github.com/nektos/act/issues/814

System information

  • Operating System: xmacOS
  • Architecture: x64 (64-bit)x
  • Apple M1: no
  • Docker version: 20.10.7
  • Docker image used in act: < can be omitted if it's included in log >
  • act version: 0.2.24

Expected behaviour

i have a github workflow that references several local actions:

on:
  pull_request:
  push:
      branches:
      - master
  create:

jobs:
  validate_configurations:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: ./tools/actions/check-generated-files
      - uses: ./tools/actions/validate-schema

These actions use a common docker file:

name: 'Validate Schema'
description: 'Validates schema for generated files'
runs:
  using: 'docker'
  image: '../../Dockerfile'
  args:
    - check
    - --input=src
    - --output=dist
    - src/engine-config/sites/*.json

i would expect this to run fine with act -b pull_request

Actual behaviour

[validate-schema.yaml/validate_configurations] ⭐  Run ./tools/actions/check-generated-files
[validate-schema.yaml/validate_configurations]   🐳  docker build -t act-tools-actions-check-generated-files:latest --platform  /Users/henrikrudstrom/dev/amedia/andorra-config/tools/actions/check-generated-files
[validate-schema.yaml/validate_configurations]   ❌  Failure - ./tools/actions/check-generated-files
Error: Error response from daemon: pull access denied for act-tools-actions-check-generated-files, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

Verbose output:
act -b -v pull_request

[validate-schema.yaml/validate_configurations] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:validate_configurations GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/poc-generate-configs GITHUB_REPOSITORY:amedia/andorra-config GITHUB_REPOSITORY_OWNER:amedia GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:4c45f49c18f9527e469d5ab6ce8790de58d20f6d GITHUB_TOKEN: GITHUB_WORKFLOW:validate-schema.yaml GITHUB_WORKSPACE:/Users/henrikrudstrom/dev/amedia/andorra-config IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.6/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root]
[validate-schema.yaml/validate_configurations] ⭐  Run ./tools/github-actions/check-generated-files
DEBU[0000] Read action &{Validate Schema  Validates schema for generated files map[] map[] {docker map[]  ../../Dockerfile [] [check --input=src --output=dist src/engine-config/sites/*.json] []} { }} from 'Unknown' 
DEBU[0000] About to run action &{Validate Schema  Validates schema for generated files map[] map[] {docker map[]  ../../Dockerfile [] [check --input=src --output=dist src/engine-config/sites/*.json] []} { }} 
DEBU[0000] type=2 actionDir=/Users/henrikrudstrom/dev/amedia/andorra-config/tools/github-actions/check-generated-files actionPath= Workdir=/Users/henrikrudstrom/dev/amedia/andorra-config ActionCacheDir=/Users/henrikrudstrom/.cache/act actionName=./tools/github-actions/check-generated-files containerActionDir=/Users/henrikrudstrom/dev/amedia/andorra-config/tools/github-actions/check-generated-files 
DEBU[0000] image 'act-tools-github-actions-check-generated-files:latest' for architecture '' will be built from context '/Users/henrikrudstrom/dev/amedia/andorra-config/tools/github-actions/check-generated-files 
DEBU[0000] Loading slug from git directory '/Users/henrikrudstrom/dev/amedia/andorra-config/.git' 
DEBU[0000] Found revision: 4c45f49c18f9527e469d5ab6ce8790de58d20f6d 
DEBU[0000] Loading revision from git directory '/Users/henrikrudstrom/dev/amedia/andorra-config/.git' 
DEBU[0000] Found revision: 4c45f49c18f9527e469d5ab6ce8790de58d20f6d 
DEBU[0000] HEAD points to '4c45f49c18f9527e469d5ab6ce8790de58d20f6d' 
DEBU[0000] using github ref: refs/heads/poc-generate-configs 
DEBU[0000] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.6/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
DEBU[0000] context needs => map[]                       
DEBU[0000] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:validate_configurations GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/poc-generate-configs GITHUB_REPOSITORY:amedia/andorra-config GITHUB_REPOSITORY_OWNER:amedia GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:4c45f49c18f9527e469d5ab6ce8790de58d20f6d GITHUB_TOKEN: GITHUB_WORKFLOW:validate-schema.yaml GITHUB_WORKSPACE:/Users/henrikrudstrom/dev/amedia/andorra-config IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.6/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] 
[validate-schema.yaml/validate_configurations]   🐳  docker build -t act-tools-github-actions-check-generated-files:latest --platform  /Users/henrikrudstrom/dev/amedia/andorra-config/tools/github-actions/check-generated-files
[validate-schema.yaml/validate_configurations] Building image from '/Users/henrikrudstrom/dev/amedia/andorra-config/tools/github-actions/check-generated-files'
[validate-schema.yaml/validate_configurations] Creating image from context dir '/Users/henrikrudstrom/dev/amedia/andorra-config/tools/github-actions/check-generated-files' with tag 'act-tools-github-actions-check-generated-files:latest' and platform ''
[validate-schema.yaml/validate_configurations]   🐳  docker pull act-tools-github-actions-check-generated-files:latest
DEBU[0001] Image exists? false                          
[validate-schema.yaml/validate_configurations] pulling image 'docker.io/library/act-tools-github-actions-check-generated-files:latest' ()
DEBU[0002] Error response from daemon: pull access denied for act-tools-github-actions-check-generated-files, repository does not exist or may require 'docker login': denied: requested access to the resource is denied 
DEBU[0002] Error response from daemon: pull access denied for act-tools-github-actions-check-generated-files, repository does not exist or may require 'docker login': denied: requested access to the resource is denied 
DEBU[0002] Error response from daemon: pull access denied for act-tools-github-actions-check-generated-files, repository does not exist or may require 'docker login': denied: requested access to the resource is denied 
DEBU[0002] Error response from daemon: pull access denied for act-tools-github-actions-check-generated-files, repository does not exist or may require 'docker login': denied: requested access to the resource is denied 
[validate-schema.yaml/validate_configurations]   ❌  Failure - ./tools/github-actions/check-generated-files
DEBU[0002] Error response from daemon: pull access denied for act-tools-github-actions-check-generated-files, repository does not exist or may require 'docker login': denied: requested access to the resource is denied 
DEBU[0002] Error response from daemon: pull access denied for act-tools-github-actions-check-generated-files, repository does not exist or may require 'docker login': denied: requested access to the resource is denied 
DEBU[0002] Error response from daemon: pull access denied for act-tools-github-actions-check-generated-files, repository does not exist or may require 'docker login': denied: requested access to the resource is denied 
DEBU[0002] Error response from daemon: pull access denied for act-tools-github-actions-check-generated-files, repository does not exist or may require 'docker login': denied: requested access to the resource is denied 
Error: Error response from daemon: pull access denied for act-tools-github-actions-check-generated-files, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
Originally created by @henrikrudstrom on GitHub (Sep 13, 2021). Original GitHub issue: https://github.com/nektos/act/issues/814 <!-- - Make sure you are able to reproduce it on the [latest version](https://github.com/nektos/act/releases) - Search the existing issues. - Refer to [README](https://github.com/nektos/act/blob/master/README.md). --> ## System information - Operating System: xmacOS - Architecture: x64 (64-bit)x - Apple M1: no - Docker version: 20.10.7 - Docker image used in `act`: < can be omitted if it's included in log > - `act` version: 0.2.24 ## Expected behaviour i have a github workflow that references several local actions: ```yaml on: pull_request: push: branches: - master create: jobs: validate_configurations: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: ./tools/actions/check-generated-files - uses: ./tools/actions/validate-schema ``` These actions use a common docker file: ```yaml name: 'Validate Schema' description: 'Validates schema for generated files' runs: using: 'docker' image: '../../Dockerfile' args: - check - --input=src - --output=dist - src/engine-config/sites/*.json ``` i would expect this to run fine with `act -b pull_request` ## Actual behaviour ```yaml [validate-schema.yaml/validate_configurations] ⭐ Run ./tools/actions/check-generated-files [validate-schema.yaml/validate_configurations] 🐳 docker build -t act-tools-actions-check-generated-files:latest --platform /Users/henrikrudstrom/dev/amedia/andorra-config/tools/actions/check-generated-files [validate-schema.yaml/validate_configurations] ❌ Failure - ./tools/actions/check-generated-files Error: Error response from daemon: pull access denied for act-tools-actions-check-generated-files, repository does not exist or may require 'docker login': denied: requested access to the resource is denied ``` Verbose output: `act -b -v pull_request` ``` [validate-schema.yaml/validate_configurations] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:validate_configurations GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/poc-generate-configs GITHUB_REPOSITORY:amedia/andorra-config GITHUB_REPOSITORY_OWNER:amedia GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:4c45f49c18f9527e469d5ab6ce8790de58d20f6d GITHUB_TOKEN: GITHUB_WORKFLOW:validate-schema.yaml GITHUB_WORKSPACE:/Users/henrikrudstrom/dev/amedia/andorra-config IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.6/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] [validate-schema.yaml/validate_configurations] ⭐ Run ./tools/github-actions/check-generated-files DEBU[0000] Read action &{Validate Schema Validates schema for generated files map[] map[] {docker map[] ../../Dockerfile [] [check --input=src --output=dist src/engine-config/sites/*.json] []} { }} from 'Unknown' DEBU[0000] About to run action &{Validate Schema Validates schema for generated files map[] map[] {docker map[] ../../Dockerfile [] [check --input=src --output=dist src/engine-config/sites/*.json] []} { }} DEBU[0000] type=2 actionDir=/Users/henrikrudstrom/dev/amedia/andorra-config/tools/github-actions/check-generated-files actionPath= Workdir=/Users/henrikrudstrom/dev/amedia/andorra-config ActionCacheDir=/Users/henrikrudstrom/.cache/act actionName=./tools/github-actions/check-generated-files containerActionDir=/Users/henrikrudstrom/dev/amedia/andorra-config/tools/github-actions/check-generated-files DEBU[0000] image 'act-tools-github-actions-check-generated-files:latest' for architecture '' will be built from context '/Users/henrikrudstrom/dev/amedia/andorra-config/tools/github-actions/check-generated-files DEBU[0000] Loading slug from git directory '/Users/henrikrudstrom/dev/amedia/andorra-config/.git' DEBU[0000] Found revision: 4c45f49c18f9527e469d5ab6ce8790de58d20f6d DEBU[0000] Loading revision from git directory '/Users/henrikrudstrom/dev/amedia/andorra-config/.git' DEBU[0000] Found revision: 4c45f49c18f9527e469d5ab6ce8790de58d20f6d DEBU[0000] HEAD points to '4c45f49c18f9527e469d5ab6ce8790de58d20f6d' DEBU[0000] using github ref: refs/heads/poc-generate-configs DEBU[0000] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.6/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0000] context needs => map[] DEBU[0000] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:validate_configurations GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/poc-generate-configs GITHUB_REPOSITORY:amedia/andorra-config GITHUB_REPOSITORY_OWNER:amedia GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:4c45f49c18f9527e469d5ab6ce8790de58d20f6d GITHUB_TOKEN: GITHUB_WORKFLOW:validate-schema.yaml GITHUB_WORKSPACE:/Users/henrikrudstrom/dev/amedia/andorra-config IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_OS_VERSION:2004 LSB_RELEASE:20.04 PATH:/opt/hostedtoolcache/node/14.17.6/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] [validate-schema.yaml/validate_configurations] 🐳 docker build -t act-tools-github-actions-check-generated-files:latest --platform /Users/henrikrudstrom/dev/amedia/andorra-config/tools/github-actions/check-generated-files [validate-schema.yaml/validate_configurations] Building image from '/Users/henrikrudstrom/dev/amedia/andorra-config/tools/github-actions/check-generated-files' [validate-schema.yaml/validate_configurations] Creating image from context dir '/Users/henrikrudstrom/dev/amedia/andorra-config/tools/github-actions/check-generated-files' with tag 'act-tools-github-actions-check-generated-files:latest' and platform '' [validate-schema.yaml/validate_configurations] 🐳 docker pull act-tools-github-actions-check-generated-files:latest DEBU[0001] Image exists? false [validate-schema.yaml/validate_configurations] pulling image 'docker.io/library/act-tools-github-actions-check-generated-files:latest' () DEBU[0002] Error response from daemon: pull access denied for act-tools-github-actions-check-generated-files, repository does not exist or may require 'docker login': denied: requested access to the resource is denied DEBU[0002] Error response from daemon: pull access denied for act-tools-github-actions-check-generated-files, repository does not exist or may require 'docker login': denied: requested access to the resource is denied DEBU[0002] Error response from daemon: pull access denied for act-tools-github-actions-check-generated-files, repository does not exist or may require 'docker login': denied: requested access to the resource is denied DEBU[0002] Error response from daemon: pull access denied for act-tools-github-actions-check-generated-files, repository does not exist or may require 'docker login': denied: requested access to the resource is denied [validate-schema.yaml/validate_configurations] ❌ Failure - ./tools/github-actions/check-generated-files DEBU[0002] Error response from daemon: pull access denied for act-tools-github-actions-check-generated-files, repository does not exist or may require 'docker login': denied: requested access to the resource is denied DEBU[0002] Error response from daemon: pull access denied for act-tools-github-actions-check-generated-files, repository does not exist or may require 'docker login': denied: requested access to the resource is denied DEBU[0002] Error response from daemon: pull access denied for act-tools-github-actions-check-generated-files, repository does not exist or may require 'docker login': denied: requested access to the resource is denied DEBU[0002] Error response from daemon: pull access denied for act-tools-github-actions-check-generated-files, repository does not exist or may require 'docker login': denied: requested access to the resource is denied Error: Error response from daemon: pull access denied for act-tools-github-actions-check-generated-files, repository does not exist or may require 'docker login': denied: requested access to the resource is denied ```
kerem 2026-03-01 21:43:57 +03:00
  • closed this issue
  • added the
    kind/bug
    label
Author
Owner

@ChristopherHX commented on GitHub (Sep 13, 2021):

Related to https://github.com/nektos/act/issues/739
You are using image: '../../Dockerfile' which is broken / not supported in act and might cause docker build to error out.

<!-- gh-comment-id:918491562 --> @ChristopherHX commented on GitHub (Sep 13, 2021): Related to https://github.com/nektos/act/issues/739 You are using `image: '../../Dockerfile'` which is broken / not supported in act and might cause docker build to error out.
Author
Owner

@github-actions[bot] commented on GitHub (Oct 14, 2021):

Issue is stale and will be closed in 14 days unless there is new activity

<!-- gh-comment-id:942810126 --> @github-actions[bot] commented on GitHub (Oct 14, 2021): Issue is stale and will be closed in 14 days unless there is new activity
Author
Owner

@L-Sypniewski commented on GitHub (Aug 9, 2022):

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 --pull flag I get the following erorr: Error response from daemon: pull access denied for act-l-sypniewski-github-pr-changes-checker-action-master-dockeraction, repository does not exist or may require 'docker login': denied: requested access to the resource is denied. Everything works fine on Github Actions.

Here's a repo that I work on: https://github.com/L-Sypniewski/github-pr-changes-checker-action/

My act version: 0.2.30
MacOS version: 12.4 (21F79)

<!-- gh-comment-id:1209048478 --> @L-Sypniewski commented on GitHub (Aug 9, 2022): I'm having the same issue and my image path doesn't use relative paths: ```yaml 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 `--pull` flag I get the following erorr: `Error response from daemon: pull access denied for act-l-sypniewski-github-pr-changes-checker-action-master-dockeraction, repository does not exist or may require 'docker login': denied: requested access to the resource is denied`. Everything works fine on Github Actions. Here's a repo that I work on: https://github.com/L-Sypniewski/github-pr-changes-checker-action/ My act version: **0.2.30** MacOS version: **12.4 (21F79)**
Author
Owner

@DawidNiezgodka commented on GitHub (Feb 26, 2023):

@L-Sypniewski Did you manage to solve the problem?

<!-- gh-comment-id:1445401028 --> @DawidNiezgodka commented on GitHub (Feb 26, 2023): @L-Sypniewski Did you manage to solve the problem?
Author
Owner

@L-Sypniewski commented on GitHub (Feb 27, 2023):

@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

<!-- gh-comment-id:1445861202 --> @L-Sypniewski commented on GitHub (Feb 27, 2023): @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**
Author
Owner

@ChristopherHX commented on GitHub (Feb 27, 2023):

The --pull docker action problem has been fixed via https://github.com/nektos/act/pull/1599

Needs version 0.2.43 (to be released on 1. March 2023 by scheduled cron workflow)

Your bug report about --pull (now defaults to true) got lost in this unrelated issue

--rebuild now defaults to true so docker actions should be rebuild in 0.2.43 without adding cli flags.

<!-- gh-comment-id:1445927401 --> @ChristopherHX commented on GitHub (Feb 27, 2023): The `--pull` docker action problem has been fixed via https://github.com/nektos/act/pull/1599 Needs version **0.2.43** (to be released on 1. March 2023 by scheduled cron workflow) _Your bug report about `--pull` (now defaults to true) got lost in this unrelated issue_ `--rebuild` now defaults to true so docker actions should be rebuild in **0.2.43** without adding cli flags.
Author
Owner

@loeken commented on GitHub (Mar 11, 2023):

https://aur.archlinux.org/packages/act @ChristopherHX have there been issues with the release i can only see 0.2.42 in aur

<!-- gh-comment-id:1464885476 --> @loeken commented on GitHub (Mar 11, 2023): https://aur.archlinux.org/packages/act @ChristopherHX have there been issues with the release i can only see 0.2.42 in aur
Author
Owner

@catthehacker commented on GitHub (Mar 11, 2023):

@loeken we do not manage AUR package, you should ask package maintainer to update it

<!-- gh-comment-id:1464886980 --> @catthehacker commented on GitHub (Mar 11, 2023): @loeken we do not manage AUR package, you should ask package maintainer to update it
Author
Owner

@guettli commented on GitHub (Jun 16, 2023):

I confirm: updating to 0.2.46 fixed the issue.

<!-- gh-comment-id:1594513308 --> @guettli commented on GitHub (Jun 16, 2023): I confirm: updating to `0.2.46` fixed the issue.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
starred/act#499
No description provided.