Skip to content
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

Local workflow broken after ACT upgrade #1594

Closed
AndyBoWu opened this issue Feb 1, 2023 · 3 comments · Fixed by #1599
Closed

Local workflow broken after ACT upgrade #1594

AndyBoWu opened this issue Feb 1, 2023 · 3 comments · Fixed by #1599
Labels
kind/bug Something isn't working

Comments

@AndyBoWu
Copy link

AndyBoWu commented Feb 1, 2023

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

Link to GitHub repository

No response

Workflow content

n/a

Relevant log output

n/a

Additional information

No response

@AndyBoWu AndyBoWu added the kind/bug Something isn't working label Feb 1, 2023
@lilyminium
Copy link

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 #1569 . Is there a way to specify --no-pull in the act CLI or a preference file?

@CDEguia
Copy link

CDEguia commented 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.

@1iveowl
Copy link

1iveowl commented 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 up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants