[GH-ISSUE #1594] Local workflow broken after ACT upgrade #799

Closed
opened 2026-03-01 21:46:29 +03:00 by kerem · 3 comments
Owner

Originally created by @AndyBoWu on GitHub (Feb 1, 2023).
Original GitHub issue: https://github.com/nektos/act/issues/1594

Bug report info

This just happened after upgrading act to its latest version.




act version:            0.2.41
GOOS:                   darwin
GOARCH:                 amd64
NumCPU:                 12
Docker host:            DOCKER_HOST environment variable is unset/empty.
Sockets found:
        /var/run/docker.sock
        /Users/andy/.docker/run/docker.sock
Config files:
        /Users/andy/.actrc:
                -P ubuntu-latest=catthehacker/ubuntu:act-latest
                -P ubuntu-22.04=catthehacker/ubuntu:act-22.04
                -P ubuntu-20.04=catthehacker/ubuntu:act-20.04
                -P ubuntu-18.04=catthehacker/ubuntu:act-18.04
Build info:
        Go version:            go1.19.5
        Module path:           command-line-arguments
        Main version:
        Main path:
        Main checksum:
        Build settings:
                -compiler:            gc
                -ldflags:             -X main.version=0.2.41
                CGO_ENABLED:          1
                CGO_CFLAGS:
                CGO_CPPFLAGS:
                CGO_CXXFLAGS:
                CGO_LDFLAGS:
                GOARCH:               amd64
                GOOS:                 darwin
                GOAMD64:              v1
Docker Engine:
        Engine version:        20.10.22
        Engine runtime:        runc
        Cgroup version:        2
        Cgroup driver:         cgroupfs
        Storage driver:        overlay2
        Registry URI:          https://index.docker.io/v1/
        OS:                    Docker Desktop
        OS type:               linux
        OS version:
        OS arch:               x86_64
        OS kernel:             5.15.49-linuxkit
        OS CPU:                8
        OS memory:             11978 MB
        Security options:
                name=seccomp,profile=default
                name=cgroupns


### Command used with act

```sh
act -W .github/workflows/handle_pr_insecure.yaml

Describe issue

Error response from daemon: pull access denied for act-aquasecurity-trivy-action-master-dockeraction, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

No response

Workflow content

n/a

Relevant log output

n/a

Additional information

No response

Originally created by @AndyBoWu on GitHub (Feb 1, 2023). Original GitHub issue: https://github.com/nektos/act/issues/1594 ### Bug report info ```plain text This just happened after upgrading act to its latest version. act version: 0.2.41 GOOS: darwin GOARCH: amd64 NumCPU: 12 Docker host: DOCKER_HOST environment variable is unset/empty. Sockets found: /var/run/docker.sock /Users/andy/.docker/run/docker.sock Config files: /Users/andy/.actrc: -P ubuntu-latest=catthehacker/ubuntu:act-latest -P ubuntu-22.04=catthehacker/ubuntu:act-22.04 -P ubuntu-20.04=catthehacker/ubuntu:act-20.04 -P ubuntu-18.04=catthehacker/ubuntu:act-18.04 Build info: Go version: go1.19.5 Module path: command-line-arguments Main version: Main path: Main checksum: Build settings: -compiler: gc -ldflags: -X main.version=0.2.41 CGO_ENABLED: 1 CGO_CFLAGS: CGO_CPPFLAGS: CGO_CXXFLAGS: CGO_LDFLAGS: GOARCH: amd64 GOOS: darwin GOAMD64: v1 Docker Engine: Engine version: 20.10.22 Engine runtime: runc Cgroup version: 2 Cgroup driver: cgroupfs Storage driver: overlay2 Registry URI: https://index.docker.io/v1/ OS: Docker Desktop OS type: linux OS version: OS arch: x86_64 OS kernel: 5.15.49-linuxkit OS CPU: 8 OS memory: 11978 MB Security options: name=seccomp,profile=default name=cgroupns ``` ``` ### Command used with act ```sh act -W .github/workflows/handle_pr_insecure.yaml ``` ### Describe issue Error response from daemon: pull access denied for act-aquasecurity-trivy-action-master-dockeraction, repository does not exist or may require 'docker login': denied: requested access to the resource is denied ### Link to GitHub repository _No response_ ### Workflow content ```yml n/a ``` ### Relevant log output ```sh n/a ``` ### Additional information _No response_
kerem 2026-03-01 21:46:29 +03:00
  • closed this issue
  • added the
    kind/bug
    label
Author
Owner

@lilyminium commented on GitHub (Feb 2, 2023):

I'm seeing a similar message after the latest release. I'm building a local image and trying to run that, instead of pull a remote image. It might be related to https://github.com/nektos/act/pull/1569 . Is there a way to specify --no-pull in the act CLI or a preference file?

<!-- gh-comment-id:1413002842 --> @lilyminium commented on GitHub (Feb 2, 2023): I'm seeing a similar message after the latest release. I'm building a local image and trying to run that, instead of pull a remote image. It might be related to https://github.com/nektos/act/pull/1569 . Is there a way to specify ``--no-pull`` in the `act` CLI or a preference file?
Author
Owner

@CDEguia commented on GitHub (Feb 2, 2023):

@lilyminium, yes, just ran into the same issue and had to use -p=false or --pull=false in the act CLI to get my local pre-built image to run.

<!-- gh-comment-id:1413067760 --> @CDEguia commented on GitHub (Feb 2, 2023): @lilyminium, yes, just ran into the same issue and had to use `-p=false` or `--pull=false` in the `act` CLI to get my local pre-built image to run.
Author
Owner

@1iveowl commented on GitHub (Feb 2, 2023):

I'm seeing the same error after upgrading to the latest version

[ASDK Administration Service API - Deploy to Azure Web Services/build-and-deploy] 🐳 docker pull image=my-act-container:latest platform= username= forcePull=true Error: Error response from daemon: pull access denied for my-act-container, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

<!-- gh-comment-id:1413657633 --> @1iveowl commented on GitHub (Feb 2, 2023): I'm seeing the same error after upgrading to the latest version `[ASDK Administration Service API - Deploy to Azure Web Services/build-and-deploy] 🐳 docker pull image=my-act-container:latest platform= username= forcePull=true Error: Error response from daemon: pull access denied for my-act-container, repository does not exist or may require 'docker login': denied: requested access to the resource is denied`
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#799
No description provided.