[GH-ISSUE #1684] actions/checkout failure introduced in v0.2.43 #833

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

Originally created by @jparkrr on GitHub (Mar 16, 2023).
Original GitHub issue: https://github.com/nektos/act/issues/1684

Bug report info

act version:            0.2.43
GOOS:                   darwin
GOARCH:                 arm64
NumCPU:                 8
Docker host:            DOCKER_HOST environment variable is unset/empty.
Sockets found:
        /var/run/docker.sock
        /Users/justin/.docker/run/docker.sock
Config files:           
        /Users/justin/.actrc:
                -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:js-latest
                -P ubuntu-20.04=ghcr.io/catthehacker/ubuntu:js-20.04
                -P ubuntu-18.04=ghcr.io/catthehacker/ubuntu:js-18.04
        .actrc:
                -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:js-latest
                -P ubuntu-20.04=ghcr.io/catthehacker/ubuntu:js-20.04
                -P ubuntu-18.04=ghcr.io/catthehacker/ubuntu:js-18.04
Build info:
        Go version:            go1.20.1
        Module path:           command-line-arguments
        Main version:          
        Main path:             
        Main checksum:         
        Build settings:
                -buildmode:           exe
                -compiler:            gc
                -ldflags:             -X main.version=0.2.43
                CGO_ENABLED:          1
                CGO_CFLAGS:           
                CGO_CPPFLAGS:         
                CGO_CXXFLAGS:         
                CGO_LDFLAGS:          
                GOARCH:               arm64
                GOOS:                 darwin
Docker Engine:
        Engine version:        20.10.23
        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:               aarch64
        OS kernel:             5.15.49-linuxkit
        OS CPU:                4
        OS memory:             5939 MB
        Security options:
                name=seccomp,profile=default
                name=cgroupns

Command used with act

act -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:js-latest --container-architecture linux/amd64 -j web-deploy -v

Describe issue

There is an error from actions/checkout@v3

🐳  docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir=
| OCI runtime exec failed: exec failed: unable to start container process: exec: "node": executable file not found in $PATH: unknown

It completes successfully with no error with the previous version of act, v0.2.42

No response

Workflow content

name: Web Deploy
on:
  workflow_dispatch:

jobs:
  web-deploy:
    name: Deploy web
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
        with:
          ref: production

Relevant log output

DEBU[0000] Loading environment from /Users/justin/code/frontend/.env 
DEBU[0000] Loading action inputs from /Users/justin/code/frontend/.input 
DEBU[0000] Loading secrets from /Users/justin/code/frontend/.secrets 
DEBU[0000] Loading workflows from '/Users/justin/code/frontend/.github/workflows' 
DEBU[0000] Loading workflows recursively                
DEBU[0000] Conditional GET for notices etag=bc1afed3-1b64-4328-ad48-70a9870bb27e 
DEBU[0000] Found workflow 'code-check.yml' in '/Users/justin/code/frontend/.github/workflows/code-check.yml' 
DEBU[0000] Found workflow 'draft-release.yml' in '/Users/justin/code/frontend/.github/workflows/draft-release.yml' 
DEBU[0000] Found workflow 'expo-review.yml' in '/Users/justin/code/frontend/.github/workflows/expo-review.yml' 
DEBU[0000] Found workflow 'local-inputs.json' in '/Users/justin/code/frontend/.github/workflows/local-inputs.json' 
DEBU[0000] Found workflow 'native-and-web-deploy.yml' in '/Users/justin/code/frontend/.github/workflows/native-and-web-deploy.yml' 
DEBU[0000] Found workflow 'native-deploy.yml' in '/Users/justin/code/frontend/.github/workflows/native-deploy.yml' 
DEBU[0000] Found workflow 'native-rollback.yml' in '/Users/justin/code/frontend/.github/workflows/native-rollback.yml' 
DEBU[0000] Found workflow 'tag-release.yml' in '/Users/justin/code/frontend/.github/workflows/tag-release.yml' 
DEBU[0000] Found workflow 'web-deploy.yml' in '/Users/justin/code/frontend/.github/workflows/web-deploy.yml' 
DEBU[0000] Reading workflow '/Users/justin/code/frontend/.github/workflows/code-check.yml' 
DEBU[0000] Reading workflow '/Users/justin/code/frontend/.github/workflows/draft-release.yml' 
DEBU[0000] Reading workflow '/Users/justin/code/frontend/.github/workflows/expo-review.yml' 
DEBU[0000] Reading workflow '/Users/justin/code/frontend/.github/workflows/native-and-web-deploy.yml' 
DEBU[0000] Reading workflow '/Users/justin/code/frontend/.github/workflows/native-deploy.yml' 
DEBU[0000] Reading workflow '/Users/justin/code/frontend/.github/workflows/native-rollback.yml' 
DEBU[0000] Reading workflow '/Users/justin/code/frontend/.github/workflows/tag-release.yml' 
DEBU[0000] Reading workflow '/Users/justin/code/frontend/.github/workflows/web-deploy.yml' 
DEBU[0000] Preparing plan with a job: web-deploy        
DEBU[0000] Using default workflow event: push           
DEBU[0000] Planning job: web-deploy                     
DEBU[0000] Loading revision from git directory          
DEBU[0000] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb 
DEBU[0000] HEAD points to '0bd02e965ef8850783b0298546d421f145ed79eb' 
DEBU[0000] using github ref: refs/tags/22.5.1           
DEBU[0000] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb 
[Web Deploy/Deploy web] [DEBUG] evaluating expression 'success()'
[Web Deploy/Deploy web] [DEBUG] expression 'success()' evaluated to 'true'
[Web Deploy/Deploy web] 🚀  Start image=ghcr.io/catthehacker/ubuntu:js-latest
[Web Deploy/Deploy web]   🐳  docker pull image=ghcr.io/catthehacker/ubuntu:js-latest platform=linux/amd64 username= forcePull=true
[Web Deploy/Deploy web] [DEBUG]   🐳  docker pull ghcr.io/catthehacker/ubuntu:js-latest
[Web Deploy/Deploy web] [DEBUG] pulling image 'ghcr.io/catthehacker/ubuntu:js-latest' (linux/amd64)
DEBU[0000] Saving notices etag=bc1afed3-1b64-4328-ad48-70a9870bb27e 
DEBU[0000] No new notices                               
[Web Deploy/Deploy web] [DEBUG] Pulling from catthehacker/ubuntu :: js-latest
[Web Deploy/Deploy web] [DEBUG] Digest: sha256:47fb1a1aa05768b6e5f7695e246d4c61ca74b49506291a44839b3aa2ec5e561d :: 
[Web Deploy/Deploy web] [DEBUG] Status: Image is up to date for ghcr.io/catthehacker/ubuntu:js-latest :: 
[Web Deploy/Deploy web] [DEBUG] Removed container: 435d9f4f3e46f8ae8e215723fb8bb5c501729290b2601c72b2ddf3a0efdfc3af
[Web Deploy/Deploy web] [DEBUG]   🐳  docker volume rm act-Web-Deploy-Deploy-web-54d5b773db1fb331bab354ac5f7b4898721b1bbfb8f6d5731154b0dc3928ef0c
[Web Deploy/Deploy web] [DEBUG]   🐳  docker volume rm act-Web-Deploy-Deploy-web-54d5b773db1fb331bab354ac5f7b4898721b1bbfb8f6d5731154b0dc3928ef0c-env
[Web Deploy/Deploy web]   🐳  docker create image=ghcr.io/catthehacker/ubuntu:js-latest platform=linux/amd64 entrypoint=["tail" "-f" "/dev/null"] cmd=[]
[Web Deploy/Deploy web] [DEBUG] Common container.Config ==> &{Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:true OpenStdin:false StdinOnce:false Env:[RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=arm64 RUNNER_TEMP=/tmp LANG=C.UTF-8] Cmd:[] Healthcheck:<nil> ArgsEscaped:false Image:ghcr.io/catthehacker/ubuntu:js-latest Volumes:map[] WorkingDir:/Users/justin/code/frontend Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout:<nil> Shell:[]}
[Web Deploy/Deploy web] [DEBUG] Common container.HostConfig ==> &{Binds:[/var/run/docker.sock:/var/run/docker.sock] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode:host PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:false VolumeDriver: VolumesFrom:[] ConsoleSize:[0 0] CapAdd:[] CapDrop:[] CgroupnsMode: DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:0 Sysctls:map[] Runtime: Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DeviceRequests:[] KernelMemory:0 KernelMemoryTCP:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness:<nil> OomKillDisable:<nil> PidsLimit:<nil> Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[{Type:volume Source:act-Web-Deploy-Deploy-web-54d5b773db1fb331bab354ac5f7b4898721b1bbfb8f6d5731154b0dc3928ef0c-env Target:/var/run/act ReadOnly:false Consistency: BindOptions:<nil> VolumeOptions:<nil> TmpfsOptions:<nil> ClusterOptions:<nil>} {Type:volume Source:act-Web-Deploy-Deploy-web-54d5b773db1fb331bab354ac5f7b4898721b1bbfb8f6d5731154b0dc3928ef0c Target:/Users/justin/code/frontend ReadOnly:false Consistency: BindOptions:<nil> VolumeOptions:<nil> TmpfsOptions:<nil> ClusterOptions:<nil>} {Type:volume Source:act-toolcache Target:/toolcache ReadOnly:false Consistency: BindOptions:<nil> VolumeOptions:<nil> TmpfsOptions:<nil> ClusterOptions:<nil>}] MaskedPaths:[] ReadonlyPaths:[] Init:<nil>}
[Web Deploy/Deploy web] [DEBUG] Created container name=act-Web-Deploy-Deploy-web-54d5b773db1fb331bab354ac5f7b4898721b1bbfb8f6d5731154b0dc3928ef0c id=b188d8a73011d5be50461a2931d93414859330d416cf7c688ea1e608d46a1ea7 from image ghcr.io/catthehacker/ubuntu:js-latest (platform: linux/amd64)
[Web Deploy/Deploy web] [DEBUG] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=arm64 RUNNER_TEMP=/tmp LANG=C.UTF-8]
[Web Deploy/Deploy web]   🐳  docker run image=ghcr.io/catthehacker/ubuntu:js-latest platform=linux/amd64 entrypoint=["tail" "-f" "/dev/null"] cmd=[]
[Web Deploy/Deploy web] [DEBUG] Starting container: b188d8a73011d5be50461a2931d93414859330d416cf7c688ea1e608d46a1ea7
[Web Deploy/Deploy web] [DEBUG] Started container: b188d8a73011d5be50461a2931d93414859330d416cf7c688ea1e608d46a1ea7
[Web Deploy/Deploy web] [DEBUG] Writing entry to tarball workflow/event.json len:2
[Web Deploy/Deploy web] [DEBUG] Writing entry to tarball workflow/envs.txt len:0
[Web Deploy/Deploy web] [DEBUG] Extracting content to '/var/run/act/'
[Web Deploy/Deploy web] [DEBUG] Loading revision from git directory
[Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb
[Web Deploy/Deploy web] [DEBUG] HEAD points to '0bd02e965ef8850783b0298546d421f145ed79eb'
[Web Deploy/Deploy web] [DEBUG] using github ref: refs/tags/22.5.1
[Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb
[Web Deploy/Deploy web] [DEBUG] Loading revision from git directory
[Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb
[Web Deploy/Deploy web] [DEBUG] HEAD points to '0bd02e965ef8850783b0298546d421f145ed79eb'
[Web Deploy/Deploy web] [DEBUG] using github ref: refs/tags/22.5.1
[Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb
[Web Deploy/Deploy web]   ☁  git clone 'https://github.com/actions/checkout' # ref=v3
[Web Deploy/Deploy web] [DEBUG]   cloning https://github.com/actions/checkout to /Users/justin/.cache/act/actions-checkout@v3
[Web Deploy/Deploy web] [DEBUG] Cloned https://github.com/actions/checkout to /Users/justin/.cache/act/actions-checkout@v3
[Web Deploy/Deploy web] [DEBUG] Checked out v3
[Web Deploy/Deploy web] [DEBUG] Read action &{Checkout  Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event.  Otherwise, uses the default branch.
 false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory <path>` false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.

We recommend using a service account with the least permissions necessary.

[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)
 false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.
 false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.
 false true} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.

When the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.
 false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.

We recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.

[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)
 false ${{ github.token }}}] map[] {node16 map[] dist/index.js  always() dist/index.js always()   [] []} { }} from 'Unknown'
[Web Deploy/Deploy web] [DEBUG] Loading revision from git directory
[Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb
[Web Deploy/Deploy web] [DEBUG] HEAD points to '0bd02e965ef8850783b0298546d421f145ed79eb'
[Web Deploy/Deploy web] [DEBUG] using github ref: refs/tags/22.5.1
[Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb
[Web Deploy/Deploy web] [DEBUG] Loading revision from git directory
[Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb
[Web Deploy/Deploy web] [DEBUG] HEAD points to '0bd02e965ef8850783b0298546d421f145ed79eb'
[Web Deploy/Deploy web] [DEBUG] using github ref: refs/tags/22.5.1
[Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb
[Web Deploy/Deploy web] [DEBUG] Loading revision from git directory
[Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb
[Web Deploy/Deploy web] [DEBUG] HEAD points to '0bd02e965ef8850783b0298546d421f145ed79eb'
[Web Deploy/Deploy web] [DEBUG] using github ref: refs/tags/22.5.1
[Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb
[Web Deploy/Deploy web] [DEBUG] setupEnv => map[ACT:true CI:true GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:web-deploy GITHUB_REF:refs/tags/22.5.1 GITHUB_REF_NAME:22.5.1 GITHUB_REF_TYPE:tag GITHUB_REPOSITORY:reach-progress/frontend GITHUB_REPOSITORY_OWNER:reach-progress GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:0bd02e965ef8850783b0298546d421f145ed79eb GITHUB_TOKEN:*** GITHUB_WORKFLOW:Web Deploy GITHUB_WORKSPACE:/Users/justin/code/frontend INPUT_REF:production ImageOS:ubuntu20 RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:]
[Web Deploy/Deploy web] [DEBUG] Loading revision from git directory
[Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb
[Web Deploy/Deploy web] [DEBUG] HEAD points to '0bd02e965ef8850783b0298546d421f145ed79eb'
[Web Deploy/Deploy web] [DEBUG] using github ref: refs/tags/22.5.1
[Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb
[Web Deploy/Deploy web] [DEBUG] Loading revision from git directory
[Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb
[Web Deploy/Deploy web] [DEBUG] HEAD points to '0bd02e965ef8850783b0298546d421f145ed79eb'
[Web Deploy/Deploy web] [DEBUG] using github ref: refs/tags/22.5.1
[Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb
[Web Deploy/Deploy web] [DEBUG] evaluating expression ''
[Web Deploy/Deploy web] [DEBUG] expression '' evaluated to 'true'
[Web Deploy/Deploy web] ⭐ Run Main actions/checkout@v3
[Web Deploy/Deploy web] [DEBUG] Writing entry to tarball workflow/outputcmd.txt len:0
[Web Deploy/Deploy web] [DEBUG] Writing entry to tarball workflow/statecmd.txt len:0
[Web Deploy/Deploy web] [DEBUG] Writing entry to tarball workflow/pathcmd.txt len:0
[Web Deploy/Deploy web] [DEBUG] Writing entry to tarball workflow/envs.txt len:0
[Web Deploy/Deploy web] [DEBUG] Writing entry to tarball workflow/SUMMARY.md len:0
[Web Deploy/Deploy web] [DEBUG] Extracting content to '/var/run/act'
[Web Deploy/Deploy web] [DEBUG] Loading revision from git directory
[Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb
[Web Deploy/Deploy web] [DEBUG] HEAD points to '0bd02e965ef8850783b0298546d421f145ed79eb'
[Web Deploy/Deploy web] [DEBUG] using github ref: refs/tags/22.5.1
[Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb
[Web Deploy/Deploy web] [DEBUG] About to run action &{Checkout  Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event.  Otherwise, uses the default branch.
 false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory <path>` false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.

We recommend using a service account with the least permissions necessary.

[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)
 false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.
 false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.
 false true} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.

When the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.
 false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.

We recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.

[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)
 false ${{ github.token }}}] map[] {node16 map[] dist/index.js  always() dist/index.js always()   [] []} { }}
[Web Deploy/Deploy web] [DEBUG] Loading revision from git directory
[Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb
[Web Deploy/Deploy web] [DEBUG] HEAD points to '0bd02e965ef8850783b0298546d421f145ed79eb'
[Web Deploy/Deploy web] [DEBUG] using github ref: refs/tags/22.5.1
[Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb
[Web Deploy/Deploy web] [DEBUG] Loading revision from git directory
[Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb
[Web Deploy/Deploy web] [DEBUG] HEAD points to '0bd02e965ef8850783b0298546d421f145ed79eb'
[Web Deploy/Deploy web] [DEBUG] using github ref: refs/tags/22.5.1
[Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb
[Web Deploy/Deploy web] [DEBUG] expression '${{ github.token }}' rewritten to 'format('{0}', github.token)'
[Web Deploy/Deploy web] [DEBUG] evaluating expression 'format('{0}', github.token)'
[Web Deploy/Deploy web] [DEBUG] expression 'format('{0}', github.token)' evaluated to '%!t(string=***)'
[Web Deploy/Deploy web] [DEBUG] expression '${{ github.repository }}' rewritten to 'format('{0}', github.repository)'
[Web Deploy/Deploy web] [DEBUG] evaluating expression 'format('{0}', github.repository)'
[Web Deploy/Deploy web] [DEBUG] expression 'format('{0}', github.repository)' evaluated to '%!t(string=reach-progress/frontend)'
[Web Deploy/Deploy web] [DEBUG] type=remote-action actionDir=/Users/justin/.cache/act/actions-checkout@v3 actionPath= workdir=/Users/justin/code/frontend actionCacheDir=/Users/justin/.cache/act actionName=actions-checkout@v3 containerActionDir=/var/run/act/actions/actions-checkout@v3
[Web Deploy/Deploy web] [DEBUG] Removing /Users/justin/.cache/act/actions-checkout@v3/.gitignore before docker cp
[Web Deploy/Deploy web] [DEBUG] /var/run/act/actions/actions-checkout@v3
[Web Deploy/Deploy web]   🐳  docker cp src=/Users/justin/.cache/act/actions-checkout@v3/ dst=/var/run/act/actions/actions-checkout@v3/
[Web Deploy/Deploy web] [DEBUG] Writing tarball /var/folders/79/_3jlwnyn7kjfmc_4dz394zfm0000gn/T/act3101762165 from /Users/justin/.cache/act/actions-checkout@v3/
[Web Deploy/Deploy web] [DEBUG] Stripping prefix:/Users/justin/.cache/act/actions-checkout@v3/ src:/Users/justin/.cache/act/actions-checkout@v3/
[Web Deploy/Deploy web] [DEBUG] Extracting content from '/var/folders/79/_3jlwnyn7kjfmc_4dz394zfm0000gn/T/act3101762165' to '/var/run/act/actions/actions-checkout@v3/'
[Web Deploy/Deploy web] [DEBUG] executing remote job container: [node /var/run/act/actions/actions-checkout@v3/dist/index.js]
[Web Deploy/Deploy web]   🐳  docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir=
[Web Deploy/Deploy web] [DEBUG] Exec command '[node /var/run/act/actions/actions-checkout@v3/dist/index.js]'
[Web Deploy/Deploy web] [DEBUG] Working directory '/Users/justin/code/frontend'
| OCI runtime exec failed: exec failed: unable to start container process: exec: "node": executable file not found in $PATH: unknown
[Web Deploy/Deploy web]   ❌  Failure - Main actions/checkout@v3
[Web Deploy/Deploy web] exitcode '126': failure
[Web Deploy/Deploy web] [DEBUG] Loading revision from git directory
[Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb
[Web Deploy/Deploy web] [DEBUG] HEAD points to '0bd02e965ef8850783b0298546d421f145ed79eb'
[Web Deploy/Deploy web] [DEBUG] using github ref: refs/tags/22.5.1
[Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb
[Web Deploy/Deploy web] [DEBUG] Loading revision from git directory
[Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb
[Web Deploy/Deploy web] [DEBUG] HEAD points to '0bd02e965ef8850783b0298546d421f145ed79eb'
[Web Deploy/Deploy web] [DEBUG] using github ref: refs/tags/22.5.1
[Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb
[Web Deploy/Deploy web] [DEBUG] Loading revision from git directory
[Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb
[Web Deploy/Deploy web] [DEBUG] HEAD points to '0bd02e965ef8850783b0298546d421f145ed79eb'
[Web Deploy/Deploy web] [DEBUG] using github ref: refs/tags/22.5.1
[Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb
[Web Deploy/Deploy web] [DEBUG] setupEnv => map[ACT:true CI:true GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout 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:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:web-deploy GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/tags/22.5.1 GITHUB_REF_NAME:22.5.1 GITHUB_REF_TYPE:tag GITHUB_REPOSITORY:reach-progress/frontend GITHUB_REPOSITORY_OWNER:reach-progress GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:0bd02e965ef8850783b0298546d421f145ed79eb GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:Web Deploy GITHUB_WORKSPACE:/Users/justin/code/frontend INPUT_CLEAN:true INPUT_FETCH-DEPTH:1 INPUT_GITHUB-SERVER-URL: INPUT_LFS:false INPUT_PATH: INPUT_PERSIST-CREDENTIALS:true INPUT_REF:production INPUT_REPOSITORY:reach-progress/frontend INPUT_SET-SAFE-DIRECTORY:true INPUT_SSH-KEY: INPUT_SSH-KNOWN-HOSTS: INPUT_SSH-STRICT:true INPUT_SUBMODULES:false INPUT_TOKEN:*** ImageOS:ubuntu20 RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:]
[Web Deploy/Deploy web] [DEBUG] Loading revision from git directory
[Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb
[Web Deploy/Deploy web] [DEBUG] HEAD points to '0bd02e965ef8850783b0298546d421f145ed79eb'
[Web Deploy/Deploy web] [DEBUG] using github ref: refs/tags/22.5.1
[Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb
[Web Deploy/Deploy web] [DEBUG] Loading revision from git directory
[Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb
[Web Deploy/Deploy web] [DEBUG] HEAD points to '0bd02e965ef8850783b0298546d421f145ed79eb'
[Web Deploy/Deploy web] [DEBUG] using github ref: refs/tags/22.5.1
[Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb
[Web Deploy/Deploy web] [DEBUG] evaluating expression 'always()'
[Web Deploy/Deploy web] [DEBUG] expression 'always()' evaluated to 'true'
[Web Deploy/Deploy web] ⭐ Run Post actions/checkout@v3
[Web Deploy/Deploy web] [DEBUG] Writing entry to tarball workflow/outputcmd.txt len:0
[Web Deploy/Deploy web] [DEBUG] Writing entry to tarball workflow/statecmd.txt len:0
[Web Deploy/Deploy web] [DEBUG] Writing entry to tarball workflow/pathcmd.txt len:0
[Web Deploy/Deploy web] [DEBUG] Writing entry to tarball workflow/envs.txt len:0
[Web Deploy/Deploy web] [DEBUG] Writing entry to tarball workflow/SUMMARY.md len:0
[Web Deploy/Deploy web] [DEBUG] Extracting content to '/var/run/act'
[Web Deploy/Deploy web] [DEBUG] run post step for 'actions/checkout@v3'
[Web Deploy/Deploy web] [DEBUG] executing remote job container: [node /var/run/act/actions/actions-checkout@v3/dist/index.js]
[Web Deploy/Deploy web]   🐳  docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir=
[Web Deploy/Deploy web] [DEBUG] Exec command '[node /var/run/act/actions/actions-checkout@v3/dist/index.js]'
[Web Deploy/Deploy web] [DEBUG] Working directory '/Users/justin/code/frontend'
| OCI runtime exec failed: exec failed: unable to start container process: exec: "node": executable file not found in $PATH: unknown
[Web Deploy/Deploy web]   ❌  Failure - Post actions/checkout@v3
[Web Deploy/Deploy web] 🏁  Job failed
[Web Deploy/Deploy web] [DEBUG] Loading revision from git directory
[Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb
[Web Deploy/Deploy web] [DEBUG] HEAD points to '0bd02e965ef8850783b0298546d421f145ed79eb'
[Web Deploy/Deploy web] [DEBUG] using github ref: refs/tags/22.5.1
[Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb
Error: Error occurred running finally: exitcode '126': failure (original error: <nil>)

Additional information

No response

Originally created by @jparkrr on GitHub (Mar 16, 2023). Original GitHub issue: https://github.com/nektos/act/issues/1684 ### Bug report info ```plain text act version: 0.2.43 GOOS: darwin GOARCH: arm64 NumCPU: 8 Docker host: DOCKER_HOST environment variable is unset/empty. Sockets found: /var/run/docker.sock /Users/justin/.docker/run/docker.sock Config files: /Users/justin/.actrc: -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:js-latest -P ubuntu-20.04=ghcr.io/catthehacker/ubuntu:js-20.04 -P ubuntu-18.04=ghcr.io/catthehacker/ubuntu:js-18.04 .actrc: -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:js-latest -P ubuntu-20.04=ghcr.io/catthehacker/ubuntu:js-20.04 -P ubuntu-18.04=ghcr.io/catthehacker/ubuntu:js-18.04 Build info: Go version: go1.20.1 Module path: command-line-arguments Main version: Main path: Main checksum: Build settings: -buildmode: exe -compiler: gc -ldflags: -X main.version=0.2.43 CGO_ENABLED: 1 CGO_CFLAGS: CGO_CPPFLAGS: CGO_CXXFLAGS: CGO_LDFLAGS: GOARCH: arm64 GOOS: darwin Docker Engine: Engine version: 20.10.23 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: aarch64 OS kernel: 5.15.49-linuxkit OS CPU: 4 OS memory: 5939 MB Security options: name=seccomp,profile=default name=cgroupns ``` ### Command used with act ```sh act -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:js-latest --container-architecture linux/amd64 -j web-deploy -v ``` ### Describe issue There is an error from `actions/checkout@v3` ``` 🐳 docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir= | OCI runtime exec failed: exec failed: unable to start container process: exec: "node": executable file not found in $PATH: unknown ``` It completes successfully with no error with the previous version of act, v0.2.42 ### Link to GitHub repository _No response_ ### Workflow content ```yml name: Web Deploy on: workflow_dispatch: jobs: web-deploy: name: Deploy web runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 with: ref: production ``` ### Relevant log output ```sh DEBU[0000] Loading environment from /Users/justin/code/frontend/.env DEBU[0000] Loading action inputs from /Users/justin/code/frontend/.input DEBU[0000] Loading secrets from /Users/justin/code/frontend/.secrets DEBU[0000] Loading workflows from '/Users/justin/code/frontend/.github/workflows' DEBU[0000] Loading workflows recursively DEBU[0000] Conditional GET for notices etag=bc1afed3-1b64-4328-ad48-70a9870bb27e DEBU[0000] Found workflow 'code-check.yml' in '/Users/justin/code/frontend/.github/workflows/code-check.yml' DEBU[0000] Found workflow 'draft-release.yml' in '/Users/justin/code/frontend/.github/workflows/draft-release.yml' DEBU[0000] Found workflow 'expo-review.yml' in '/Users/justin/code/frontend/.github/workflows/expo-review.yml' DEBU[0000] Found workflow 'local-inputs.json' in '/Users/justin/code/frontend/.github/workflows/local-inputs.json' DEBU[0000] Found workflow 'native-and-web-deploy.yml' in '/Users/justin/code/frontend/.github/workflows/native-and-web-deploy.yml' DEBU[0000] Found workflow 'native-deploy.yml' in '/Users/justin/code/frontend/.github/workflows/native-deploy.yml' DEBU[0000] Found workflow 'native-rollback.yml' in '/Users/justin/code/frontend/.github/workflows/native-rollback.yml' DEBU[0000] Found workflow 'tag-release.yml' in '/Users/justin/code/frontend/.github/workflows/tag-release.yml' DEBU[0000] Found workflow 'web-deploy.yml' in '/Users/justin/code/frontend/.github/workflows/web-deploy.yml' DEBU[0000] Reading workflow '/Users/justin/code/frontend/.github/workflows/code-check.yml' DEBU[0000] Reading workflow '/Users/justin/code/frontend/.github/workflows/draft-release.yml' DEBU[0000] Reading workflow '/Users/justin/code/frontend/.github/workflows/expo-review.yml' DEBU[0000] Reading workflow '/Users/justin/code/frontend/.github/workflows/native-and-web-deploy.yml' DEBU[0000] Reading workflow '/Users/justin/code/frontend/.github/workflows/native-deploy.yml' DEBU[0000] Reading workflow '/Users/justin/code/frontend/.github/workflows/native-rollback.yml' DEBU[0000] Reading workflow '/Users/justin/code/frontend/.github/workflows/tag-release.yml' DEBU[0000] Reading workflow '/Users/justin/code/frontend/.github/workflows/web-deploy.yml' DEBU[0000] Preparing plan with a job: web-deploy DEBU[0000] Using default workflow event: push DEBU[0000] Planning job: web-deploy DEBU[0000] Loading revision from git directory DEBU[0000] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb DEBU[0000] HEAD points to '0bd02e965ef8850783b0298546d421f145ed79eb' DEBU[0000] using github ref: refs/tags/22.5.1 DEBU[0000] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb [Web Deploy/Deploy web] [DEBUG] evaluating expression 'success()' [Web Deploy/Deploy web] [DEBUG] expression 'success()' evaluated to 'true' [Web Deploy/Deploy web] 🚀 Start image=ghcr.io/catthehacker/ubuntu:js-latest [Web Deploy/Deploy web] 🐳 docker pull image=ghcr.io/catthehacker/ubuntu:js-latest platform=linux/amd64 username= forcePull=true [Web Deploy/Deploy web] [DEBUG] 🐳 docker pull ghcr.io/catthehacker/ubuntu:js-latest [Web Deploy/Deploy web] [DEBUG] pulling image 'ghcr.io/catthehacker/ubuntu:js-latest' (linux/amd64) DEBU[0000] Saving notices etag=bc1afed3-1b64-4328-ad48-70a9870bb27e DEBU[0000] No new notices [Web Deploy/Deploy web] [DEBUG] Pulling from catthehacker/ubuntu :: js-latest [Web Deploy/Deploy web] [DEBUG] Digest: sha256:47fb1a1aa05768b6e5f7695e246d4c61ca74b49506291a44839b3aa2ec5e561d :: [Web Deploy/Deploy web] [DEBUG] Status: Image is up to date for ghcr.io/catthehacker/ubuntu:js-latest :: [Web Deploy/Deploy web] [DEBUG] Removed container: 435d9f4f3e46f8ae8e215723fb8bb5c501729290b2601c72b2ddf3a0efdfc3af [Web Deploy/Deploy web] [DEBUG] 🐳 docker volume rm act-Web-Deploy-Deploy-web-54d5b773db1fb331bab354ac5f7b4898721b1bbfb8f6d5731154b0dc3928ef0c [Web Deploy/Deploy web] [DEBUG] 🐳 docker volume rm act-Web-Deploy-Deploy-web-54d5b773db1fb331bab354ac5f7b4898721b1bbfb8f6d5731154b0dc3928ef0c-env [Web Deploy/Deploy web] 🐳 docker create image=ghcr.io/catthehacker/ubuntu:js-latest platform=linux/amd64 entrypoint=["tail" "-f" "/dev/null"] cmd=[] [Web Deploy/Deploy web] [DEBUG] Common container.Config ==> &{Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:true OpenStdin:false StdinOnce:false Env:[RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=arm64 RUNNER_TEMP=/tmp LANG=C.UTF-8] Cmd:[] Healthcheck:<nil> ArgsEscaped:false Image:ghcr.io/catthehacker/ubuntu:js-latest Volumes:map[] WorkingDir:/Users/justin/code/frontend Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout:<nil> Shell:[]} [Web Deploy/Deploy web] [DEBUG] Common container.HostConfig ==> &{Binds:[/var/run/docker.sock:/var/run/docker.sock] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode:host PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:false VolumeDriver: VolumesFrom:[] ConsoleSize:[0 0] CapAdd:[] CapDrop:[] CgroupnsMode: DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:0 Sysctls:map[] Runtime: Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DeviceRequests:[] KernelMemory:0 KernelMemoryTCP:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness:<nil> OomKillDisable:<nil> PidsLimit:<nil> Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[{Type:volume Source:act-Web-Deploy-Deploy-web-54d5b773db1fb331bab354ac5f7b4898721b1bbfb8f6d5731154b0dc3928ef0c-env Target:/var/run/act ReadOnly:false Consistency: BindOptions:<nil> VolumeOptions:<nil> TmpfsOptions:<nil> ClusterOptions:<nil>} {Type:volume Source:act-Web-Deploy-Deploy-web-54d5b773db1fb331bab354ac5f7b4898721b1bbfb8f6d5731154b0dc3928ef0c Target:/Users/justin/code/frontend ReadOnly:false Consistency: BindOptions:<nil> VolumeOptions:<nil> TmpfsOptions:<nil> ClusterOptions:<nil>} {Type:volume Source:act-toolcache Target:/toolcache ReadOnly:false Consistency: BindOptions:<nil> VolumeOptions:<nil> TmpfsOptions:<nil> ClusterOptions:<nil>}] MaskedPaths:[] ReadonlyPaths:[] Init:<nil>} [Web Deploy/Deploy web] [DEBUG] Created container name=act-Web-Deploy-Deploy-web-54d5b773db1fb331bab354ac5f7b4898721b1bbfb8f6d5731154b0dc3928ef0c id=b188d8a73011d5be50461a2931d93414859330d416cf7c688ea1e608d46a1ea7 from image ghcr.io/catthehacker/ubuntu:js-latest (platform: linux/amd64) [Web Deploy/Deploy web] [DEBUG] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=arm64 RUNNER_TEMP=/tmp LANG=C.UTF-8] [Web Deploy/Deploy web] 🐳 docker run image=ghcr.io/catthehacker/ubuntu:js-latest platform=linux/amd64 entrypoint=["tail" "-f" "/dev/null"] cmd=[] [Web Deploy/Deploy web] [DEBUG] Starting container: b188d8a73011d5be50461a2931d93414859330d416cf7c688ea1e608d46a1ea7 [Web Deploy/Deploy web] [DEBUG] Started container: b188d8a73011d5be50461a2931d93414859330d416cf7c688ea1e608d46a1ea7 [Web Deploy/Deploy web] [DEBUG] Writing entry to tarball workflow/event.json len:2 [Web Deploy/Deploy web] [DEBUG] Writing entry to tarball workflow/envs.txt len:0 [Web Deploy/Deploy web] [DEBUG] Extracting content to '/var/run/act/' [Web Deploy/Deploy web] [DEBUG] Loading revision from git directory [Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb [Web Deploy/Deploy web] [DEBUG] HEAD points to '0bd02e965ef8850783b0298546d421f145ed79eb' [Web Deploy/Deploy web] [DEBUG] using github ref: refs/tags/22.5.1 [Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb [Web Deploy/Deploy web] [DEBUG] Loading revision from git directory [Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb [Web Deploy/Deploy web] [DEBUG] HEAD points to '0bd02e965ef8850783b0298546d421f145ed79eb' [Web Deploy/Deploy web] [DEBUG] using github ref: refs/tags/22.5.1 [Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb [Web Deploy/Deploy web] ☁ git clone 'https://github.com/actions/checkout' # ref=v3 [Web Deploy/Deploy web] [DEBUG] cloning https://github.com/actions/checkout to /Users/justin/.cache/act/actions-checkout@v3 [Web Deploy/Deploy web] [DEBUG] Cloned https://github.com/actions/checkout to /Users/justin/.cache/act/actions-checkout@v3 [Web Deploy/Deploy web] [DEBUG] Checked out v3 [Web Deploy/Deploy web] [DEBUG] Read action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch. false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory <path>` false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key. We recommend using a service account with the least permissions necessary. [Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets) false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added. false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts. false true} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules. When the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS. false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT. We recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary. [Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets) false ${{ github.token }}}] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} { }} from 'Unknown' [Web Deploy/Deploy web] [DEBUG] Loading revision from git directory [Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb [Web Deploy/Deploy web] [DEBUG] HEAD points to '0bd02e965ef8850783b0298546d421f145ed79eb' [Web Deploy/Deploy web] [DEBUG] using github ref: refs/tags/22.5.1 [Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb [Web Deploy/Deploy web] [DEBUG] Loading revision from git directory [Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb [Web Deploy/Deploy web] [DEBUG] HEAD points to '0bd02e965ef8850783b0298546d421f145ed79eb' [Web Deploy/Deploy web] [DEBUG] using github ref: refs/tags/22.5.1 [Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb [Web Deploy/Deploy web] [DEBUG] Loading revision from git directory [Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb [Web Deploy/Deploy web] [DEBUG] HEAD points to '0bd02e965ef8850783b0298546d421f145ed79eb' [Web Deploy/Deploy web] [DEBUG] using github ref: refs/tags/22.5.1 [Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb [Web Deploy/Deploy web] [DEBUG] setupEnv => map[ACT:true CI:true GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:web-deploy GITHUB_REF:refs/tags/22.5.1 GITHUB_REF_NAME:22.5.1 GITHUB_REF_TYPE:tag GITHUB_REPOSITORY:reach-progress/frontend GITHUB_REPOSITORY_OWNER:reach-progress GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:0bd02e965ef8850783b0298546d421f145ed79eb GITHUB_TOKEN:*** GITHUB_WORKFLOW:Web Deploy GITHUB_WORKSPACE:/Users/justin/code/frontend INPUT_REF:production ImageOS:ubuntu20 RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] [Web Deploy/Deploy web] [DEBUG] Loading revision from git directory [Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb [Web Deploy/Deploy web] [DEBUG] HEAD points to '0bd02e965ef8850783b0298546d421f145ed79eb' [Web Deploy/Deploy web] [DEBUG] using github ref: refs/tags/22.5.1 [Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb [Web Deploy/Deploy web] [DEBUG] Loading revision from git directory [Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb [Web Deploy/Deploy web] [DEBUG] HEAD points to '0bd02e965ef8850783b0298546d421f145ed79eb' [Web Deploy/Deploy web] [DEBUG] using github ref: refs/tags/22.5.1 [Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb [Web Deploy/Deploy web] [DEBUG] evaluating expression '' [Web Deploy/Deploy web] [DEBUG] expression '' evaluated to 'true' [Web Deploy/Deploy web] ⭐ Run Main actions/checkout@v3 [Web Deploy/Deploy web] [DEBUG] Writing entry to tarball workflow/outputcmd.txt len:0 [Web Deploy/Deploy web] [DEBUG] Writing entry to tarball workflow/statecmd.txt len:0 [Web Deploy/Deploy web] [DEBUG] Writing entry to tarball workflow/pathcmd.txt len:0 [Web Deploy/Deploy web] [DEBUG] Writing entry to tarball workflow/envs.txt len:0 [Web Deploy/Deploy web] [DEBUG] Writing entry to tarball workflow/SUMMARY.md len:0 [Web Deploy/Deploy web] [DEBUG] Extracting content to '/var/run/act' [Web Deploy/Deploy web] [DEBUG] Loading revision from git directory [Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb [Web Deploy/Deploy web] [DEBUG] HEAD points to '0bd02e965ef8850783b0298546d421f145ed79eb' [Web Deploy/Deploy web] [DEBUG] using github ref: refs/tags/22.5.1 [Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb [Web Deploy/Deploy web] [DEBUG] About to run action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch. false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory <path>` false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key. We recommend using a service account with the least permissions necessary. [Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets) false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added. false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts. false true} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules. When the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS. false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT. We recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary. [Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets) false ${{ github.token }}}] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} { }} [Web Deploy/Deploy web] [DEBUG] Loading revision from git directory [Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb [Web Deploy/Deploy web] [DEBUG] HEAD points to '0bd02e965ef8850783b0298546d421f145ed79eb' [Web Deploy/Deploy web] [DEBUG] using github ref: refs/tags/22.5.1 [Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb [Web Deploy/Deploy web] [DEBUG] Loading revision from git directory [Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb [Web Deploy/Deploy web] [DEBUG] HEAD points to '0bd02e965ef8850783b0298546d421f145ed79eb' [Web Deploy/Deploy web] [DEBUG] using github ref: refs/tags/22.5.1 [Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb [Web Deploy/Deploy web] [DEBUG] expression '${{ github.token }}' rewritten to 'format('{0}', github.token)' [Web Deploy/Deploy web] [DEBUG] evaluating expression 'format('{0}', github.token)' [Web Deploy/Deploy web] [DEBUG] expression 'format('{0}', github.token)' evaluated to '%!t(string=***)' [Web Deploy/Deploy web] [DEBUG] expression '${{ github.repository }}' rewritten to 'format('{0}', github.repository)' [Web Deploy/Deploy web] [DEBUG] evaluating expression 'format('{0}', github.repository)' [Web Deploy/Deploy web] [DEBUG] expression 'format('{0}', github.repository)' evaluated to '%!t(string=reach-progress/frontend)' [Web Deploy/Deploy web] [DEBUG] type=remote-action actionDir=/Users/justin/.cache/act/actions-checkout@v3 actionPath= workdir=/Users/justin/code/frontend actionCacheDir=/Users/justin/.cache/act actionName=actions-checkout@v3 containerActionDir=/var/run/act/actions/actions-checkout@v3 [Web Deploy/Deploy web] [DEBUG] Removing /Users/justin/.cache/act/actions-checkout@v3/.gitignore before docker cp [Web Deploy/Deploy web] [DEBUG] /var/run/act/actions/actions-checkout@v3 [Web Deploy/Deploy web] 🐳 docker cp src=/Users/justin/.cache/act/actions-checkout@v3/ dst=/var/run/act/actions/actions-checkout@v3/ [Web Deploy/Deploy web] [DEBUG] Writing tarball /var/folders/79/_3jlwnyn7kjfmc_4dz394zfm0000gn/T/act3101762165 from /Users/justin/.cache/act/actions-checkout@v3/ [Web Deploy/Deploy web] [DEBUG] Stripping prefix:/Users/justin/.cache/act/actions-checkout@v3/ src:/Users/justin/.cache/act/actions-checkout@v3/ [Web Deploy/Deploy web] [DEBUG] Extracting content from '/var/folders/79/_3jlwnyn7kjfmc_4dz394zfm0000gn/T/act3101762165' to '/var/run/act/actions/actions-checkout@v3/' [Web Deploy/Deploy web] [DEBUG] executing remote job container: [node /var/run/act/actions/actions-checkout@v3/dist/index.js] [Web Deploy/Deploy web] 🐳 docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir= [Web Deploy/Deploy web] [DEBUG] Exec command '[node /var/run/act/actions/actions-checkout@v3/dist/index.js]' [Web Deploy/Deploy web] [DEBUG] Working directory '/Users/justin/code/frontend' | OCI runtime exec failed: exec failed: unable to start container process: exec: "node": executable file not found in $PATH: unknown [Web Deploy/Deploy web] ❌ Failure - Main actions/checkout@v3 [Web Deploy/Deploy web] exitcode '126': failure [Web Deploy/Deploy web] [DEBUG] Loading revision from git directory [Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb [Web Deploy/Deploy web] [DEBUG] HEAD points to '0bd02e965ef8850783b0298546d421f145ed79eb' [Web Deploy/Deploy web] [DEBUG] using github ref: refs/tags/22.5.1 [Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb [Web Deploy/Deploy web] [DEBUG] Loading revision from git directory [Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb [Web Deploy/Deploy web] [DEBUG] HEAD points to '0bd02e965ef8850783b0298546d421f145ed79eb' [Web Deploy/Deploy web] [DEBUG] using github ref: refs/tags/22.5.1 [Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb [Web Deploy/Deploy web] [DEBUG] Loading revision from git directory [Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb [Web Deploy/Deploy web] [DEBUG] HEAD points to '0bd02e965ef8850783b0298546d421f145ed79eb' [Web Deploy/Deploy web] [DEBUG] using github ref: refs/tags/22.5.1 [Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb [Web Deploy/Deploy web] [DEBUG] setupEnv => map[ACT:true CI:true GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout 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:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:web-deploy GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/tags/22.5.1 GITHUB_REF_NAME:22.5.1 GITHUB_REF_TYPE:tag GITHUB_REPOSITORY:reach-progress/frontend GITHUB_REPOSITORY_OWNER:reach-progress GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:0bd02e965ef8850783b0298546d421f145ed79eb GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:Web Deploy GITHUB_WORKSPACE:/Users/justin/code/frontend INPUT_CLEAN:true INPUT_FETCH-DEPTH:1 INPUT_GITHUB-SERVER-URL: INPUT_LFS:false INPUT_PATH: INPUT_PERSIST-CREDENTIALS:true INPUT_REF:production INPUT_REPOSITORY:reach-progress/frontend INPUT_SET-SAFE-DIRECTORY:true INPUT_SSH-KEY: INPUT_SSH-KNOWN-HOSTS: INPUT_SSH-STRICT:true INPUT_SUBMODULES:false INPUT_TOKEN:*** ImageOS:ubuntu20 RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] [Web Deploy/Deploy web] [DEBUG] Loading revision from git directory [Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb [Web Deploy/Deploy web] [DEBUG] HEAD points to '0bd02e965ef8850783b0298546d421f145ed79eb' [Web Deploy/Deploy web] [DEBUG] using github ref: refs/tags/22.5.1 [Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb [Web Deploy/Deploy web] [DEBUG] Loading revision from git directory [Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb [Web Deploy/Deploy web] [DEBUG] HEAD points to '0bd02e965ef8850783b0298546d421f145ed79eb' [Web Deploy/Deploy web] [DEBUG] using github ref: refs/tags/22.5.1 [Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb [Web Deploy/Deploy web] [DEBUG] evaluating expression 'always()' [Web Deploy/Deploy web] [DEBUG] expression 'always()' evaluated to 'true' [Web Deploy/Deploy web] ⭐ Run Post actions/checkout@v3 [Web Deploy/Deploy web] [DEBUG] Writing entry to tarball workflow/outputcmd.txt len:0 [Web Deploy/Deploy web] [DEBUG] Writing entry to tarball workflow/statecmd.txt len:0 [Web Deploy/Deploy web] [DEBUG] Writing entry to tarball workflow/pathcmd.txt len:0 [Web Deploy/Deploy web] [DEBUG] Writing entry to tarball workflow/envs.txt len:0 [Web Deploy/Deploy web] [DEBUG] Writing entry to tarball workflow/SUMMARY.md len:0 [Web Deploy/Deploy web] [DEBUG] Extracting content to '/var/run/act' [Web Deploy/Deploy web] [DEBUG] run post step for 'actions/checkout@v3' [Web Deploy/Deploy web] [DEBUG] executing remote job container: [node /var/run/act/actions/actions-checkout@v3/dist/index.js] [Web Deploy/Deploy web] 🐳 docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir= [Web Deploy/Deploy web] [DEBUG] Exec command '[node /var/run/act/actions/actions-checkout@v3/dist/index.js]' [Web Deploy/Deploy web] [DEBUG] Working directory '/Users/justin/code/frontend' | OCI runtime exec failed: exec failed: unable to start container process: exec: "node": executable file not found in $PATH: unknown [Web Deploy/Deploy web] ❌ Failure - Post actions/checkout@v3 [Web Deploy/Deploy web] 🏁 Job failed [Web Deploy/Deploy web] [DEBUG] Loading revision from git directory [Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb [Web Deploy/Deploy web] [DEBUG] HEAD points to '0bd02e965ef8850783b0298546d421f145ed79eb' [Web Deploy/Deploy web] [DEBUG] using github ref: refs/tags/22.5.1 [Web Deploy/Deploy web] [DEBUG] Found revision: 0bd02e965ef8850783b0298546d421f145ed79eb Error: Error occurred running finally: exitcode '126': failure (original error: <nil>) ``` ### Additional information _No response_
kerem 2026-03-01 21:46:46 +03:00
  • closed this issue
  • added the
    kind/bug
    label
Author
Owner

@ChristopherHX commented on GitHub (Mar 16, 2023):

Thank you for reporting this...

Seems like we have a problem with updating catthehacker/ubuntu:js-latest, the tag is from 15 February 2022.

A recent breaking change made old images unusable. I will look into updating the image to work with the current act release (auto update is on, so once fixed recent act v0.2.43 should fix itself).

However this image could temporary replace the old image tag ghcr.io/catthehacker/ubuntu:js-latest-20230301.

<!-- gh-comment-id:1472767040 --> @ChristopherHX commented on GitHub (Mar 16, 2023): Thank you for reporting this... Seems like we have a problem with updating `catthehacker/ubuntu:js-latest`, the tag is from 15 February 2022. A recent breaking change made old images unusable. I will look into updating the image to work with the current act release (auto update is on, so once fixed recent act v0.2.43 should fix itself). However this image could temporary replace the old image tag `ghcr.io/catthehacker/ubuntu:js-latest-20230301`.
Author
Owner

@ChristopherHX commented on GitHub (Mar 16, 2023):

Seems like the workflow checks the actor to be catthehacker and pushing is broken.

I'm reopen this as long the tag is outdated, scheduled run should fix it next week.

<!-- gh-comment-id:1472859601 --> @ChristopherHX commented on GitHub (Mar 16, 2023): Seems like the workflow checks the actor to be catthehacker and pushing is broken. I'm reopen this as long the tag is outdated, scheduled run should fix it next week.
Author
Owner

@ChristopherHX commented on GitHub (Mar 23, 2023):

Image is now uptodate and should work see https://github.com/catthehacker/docker_images/pkgs/container/ubuntu/79542043?tag=js-latest

<!-- gh-comment-id:1481074895 --> @ChristopherHX commented on GitHub (Mar 23, 2023): Image is now uptodate and should work see https://github.com/catthehacker/docker_images/pkgs/container/ubuntu/79542043?tag=js-latest
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#833
No description provided.