[GH-ISSUE #2078] failed to resolve reference when running on WSL #994

Closed
opened 2026-03-01 21:48:03 +03:00 by kerem · 1 comment
Owner

Originally created by @michidk on GitHub (Nov 5, 2023).
Original GitHub issue: https://github.com/nektos/act/issues/2078

Bug report info

act version:            0.2.53
GOOS:                   linux
GOARCH:                 amd64
NumCPU:                 24
Docker host:            DOCKER_HOST environment variable is not set
Sockets found:
        /var/run/docker.sock
Config files:
        /home/michi/.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.21.3
        Module path:           command-line-arguments
        Main version:
        Main path:
        Main checksum:
        Build settings:
                -buildmode:           exe
                -compiler:            gc
                -ldflags:             -X main.version=0.2.53
                DefaultGODEBUG:       panicnil=1
                CGO_ENABLED:          1
                CGO_CFLAGS:
                CGO_CPPFLAGS:
                CGO_CXXFLAGS:
                CGO_LDFLAGS:
                GOARCH:               amd64
                GOOS:                 linux
                GOAMD64:              v1
Docker Engine:
        Engine version:        dev
        Engine runtime:        runc
        Cgroup version:        1
        Cgroup driver:         cgroupfs
        Storage driver:        stargz
        Registry URI:          https://index.docker.io/v1/
        OS:                    Docker Desktop
        OS type:               linux
        OS version:
        OS arch:               x86_64
        OS kernel:             5.15.90.1-microsoft-standard-WSL2
        OS CPU:                24
        OS memory:             15955 MB
        Security options:
                name=seccomp,profile=unconfined


### Command used with act

```sh
act workflow_dispatch

Describe issue

I get the following when running the command on my Arch WSL:

[Update WinGet Packages/Update package Typst.Typst-1  ] using DockerAuthConfig authentication for docker pull
Error: Error response from daemon: failed to resolve reference "docker.io/catthehacker/ubuntu:act-22.04": failed to authorize: failed to fetch oauth token: unexpected status from POST request to https://auth.docker.io/token: 429 Too Many Requests

https://github.com/michidk/winget

Workflow content

Happens on every workflow i tested.

Relevant log output

DEBU[0000] Loading environment from /home/michi/dev/winget/.env
DEBU[0000] Loading action inputs from /home/michi/dev/winget/.input
DEBU[0000] Loading secrets from /home/michi/dev/winget/.secrets
DEBU[0000] Loading vars from /home/michi/dev/winget/.vars
DEBU[0000] Evaluated matrix inclusions: map[]
DEBU[0000] Loading workflows from '/home/michi/dev/winget/.github/workflows'
DEBU[0000] Loading workflows recursively
DEBU[0000] Conditional GET for notices etag=9383cec8-591f-4798-afca-707d3670d5cf
DEBU[0000] Found workflow 'update-packages.yml' in '/home/michi/dev/winget/.github/workflows/update-packages.yml'
DEBU[0000] Reading workflow '/home/michi/dev/winget/.github/workflows/update-packages.yml'
DEBU[0000] Using first passed in arguments event for filtering: workflow_dispatch
DEBU[0000] Preparing plan for a event: workflow_dispatch
DEBU[0000] Using first passed in arguments event: workflow_dispatch
DEBU[0000] Planning jobs for event: workflow_dispatch
DEBU[0000] gc: 2023-11-05 17:40:56.458495496 +0100 CET m=+0.003180544  module=artifactcache
DEBU[0000] Plan Stages: [0xc000012588 0xc0000125a0]
DEBU[0000] Stages Runs: [Update package ${{ matrix.id }}]
DEBU[0000] Job.Name: Update package ${{ matrix.id }}
DEBU[0000] Job.RawNeeds: {0 0    <nil> []    0 0}
DEBU[0000] Job.RawRunsOn: {8 0 !!str ubuntu-22.04  <nil> []    14 14}
DEBU[0000] Job.Env: {0 0    <nil> []    0 0}
DEBU[0000] Job.If: {0 0  success()  <nil> []    0 0}
DEBU[0000] Job.Steps: Update Packages
DEBU[0000] Job.TimeoutMinutes:
DEBU[0000] Job.Services: map[]
DEBU[0000] Job.Strategy: &{false 0   {4 0 !!map   <nil> [0xc0000dfe00 0xc0000dfea0]    18 9}}
DEBU[0000] Job.RawContainer: {0 0    <nil> []    0 0}
DEBU[0000] Job.Defaults.Run.Shell:
DEBU[0000] Job.Defaults.Run.WorkingDirectory:
DEBU[0000] Job.Outputs: map[]
DEBU[0000] Job.Uses:
DEBU[0000] Job.With: map[]
DEBU[0000] Job.Result:
DEBU[0000] Job.Strategy.FailFast: false
DEBU[0000] Job.Strategy.MaxParallel: 0
DEBU[0000] Job.Strategy.FailFastString:
DEBU[0000] Job.Strategy.MaxParallelString:
DEBU[0000] Job.Strategy.RawMatrix: {4 0 !!map   <nil> [0xc0000dfe00 0xc0000dfea0]    18 9}
DEBU[0000] Loading revision from git directory
DEBU[0000] Found revision: 0bc3fd81fae017753774a0591a23246191276ddf
DEBU[0000] HEAD points to '0bc3fd81fae017753774a0591a23246191276ddf'
DEBU[0000] using github ref: refs/heads/main
DEBU[0000] Found revision: 0bc3fd81fae017753774a0591a23246191276ddf
DEBU[0000] expression 'Update package ${{ matrix.id }}' rewritten to 'format('Update package {0}', matrix.id)'
DEBU[0000] evaluating expression 'format('Update package {0}', matrix.id)'
DEBU[0000] expression 'format('Update package {0}', matrix.id)' evaluated to '%!t(string=Update package )'
DEBU[0000] Loading revision from git directory
DEBU[0000] Found revision: 0bc3fd81fae017753774a0591a23246191276ddf
DEBU[0000] HEAD points to '0bc3fd81fae017753774a0591a23246191276ddf'
DEBU[0000] using github ref: refs/heads/main
DEBU[0000] Found revision: 0bc3fd81fae017753774a0591a23246191276ddf
DEBU[0000]
DEBU[0000] Adding include 'map[id:Typst.Typst repo:typst/typst url:https://github.com/typst/typst/releases/download/v{VERSION}/typst-x86_64-pc-windows-msvc.zip]'
DEBU[0000] Adding include 'map[id:Casey.Just repo:casey/just url:https://github.com/casey/just/releases/download/{VERSION}/just-{VERSION}-x86_64-pc-windows-msvc.zip]'
DEBU[0000] Adding include 'map[id:michidk.vscli repo:michidk/vscli url:https://github.com/michidk/vscli/releases/download/v{VERSION}/vscli-x86_64-pc-windows-msvc.zip]'
DEBU[0000] Job Matrices: [map[id:Typst.Typst repo:typst/typst url:https://github.com/typst/typst/releases/download/v{VERSION}/typst-x86_64-pc-windows-msvc.zip] map[id:Casey.Just repo:casey/just url:https://github.com/casey/just/releases/download/{VERSION}/just-{VERSION}-x86_64-pc-windows-msvc.zip] map[id:michidk.vscli repo:michidk/vscli url:https://github.com/michidk/vscli/releases/download/v{VERSION}/vscli-x86_64-pc-windows-msvc.zip]]
DEBU[0000] Runner Matrices: map[]
DEBU[0000] Final matrix after applying user inclusions '[map[id:Typst.Typst repo:typst/typst url:https://github.com/typst/typst/releases/download/v{VERSION}/typst-x86_64-pc-windows-msvc.zip] map[id:Casey.Just repo:casey/just url:https://github.com/casey/just/releases/download/{VERSION}/just-{VERSION}-x86_64-pc-windows-msvc.zip] map[id:michidk.vscli repo:michidk/vscli url:https://github.com/michidk/vscli/releases/download/v{VERSION}/vscli-x86_64-pc-windows-msvc.zip]]'
DEBU[0000] Loading revision from git directory
DEBU[0000] Found revision: 0bc3fd81fae017753774a0591a23246191276ddf
DEBU[0000] HEAD points to '0bc3fd81fae017753774a0591a23246191276ddf'
DEBU[0000] using github ref: refs/heads/main
DEBU[0000] Found revision: 0bc3fd81fae017753774a0591a23246191276ddf
DEBU[0000] expression 'Update package ${{ matrix.id }}' rewritten to 'format('Update package {0}', matrix.id)'
DEBU[0000] evaluating expression 'format('Update package {0}', matrix.id)'
DEBU[0000] expression 'format('Update package {0}', matrix.id)' evaluated to '%!t(string=Update package Typst.Typst)'
DEBU[0000] Loading revision from git directory
DEBU[0000] Found revision: 0bc3fd81fae017753774a0591a23246191276ddf
DEBU[0000] HEAD points to '0bc3fd81fae017753774a0591a23246191276ddf'
DEBU[0000] using github ref: refs/heads/main
DEBU[0000] Found revision: 0bc3fd81fae017753774a0591a23246191276ddf
DEBU[0000] expression 'Update package ${{ matrix.id }}' rewritten to 'format('Update package {0}', matrix.id)'
DEBU[0000] evaluating expression 'format('Update package {0}', matrix.id)'
DEBU[0000] expression 'format('Update package {0}', matrix.id)' evaluated to '%!t(string=Update package Casey.Just)'
DEBU[0000] Loading revision from git directory
DEBU[0000] Found revision: 0bc3fd81fae017753774a0591a23246191276ddf
DEBU[0000] HEAD points to '0bc3fd81fae017753774a0591a23246191276ddf'
DEBU[0000] using github ref: refs/heads/main
DEBU[0000] Found revision: 0bc3fd81fae017753774a0591a23246191276ddf
DEBU[0000] expression 'Update package ${{ matrix.id }}' rewritten to 'format('Update package {0}', matrix.id)'
DEBU[0000] evaluating expression 'format('Update package {0}', matrix.id)'
DEBU[0000] expression 'format('Update package {0}', matrix.id)' evaluated to '%!t(string=Update package michidk.vscli)'
DEBU[0000] Detected CPUs: 24
[Update WinGet Packages/Update package Typst.Typst-1  ] [DEBUG] evaluating expression 'success()'
[Update WinGet Packages/Update package Typst.Typst-1  ] [DEBUG] expression 'success()' evaluated to 'true'
[Update WinGet Packages/Update package Typst.Typst-1  ] 🚀  Start image=catthehacker/ubuntu:act-22.04
[Update WinGet Packages/Update package Casey.Just-2   ] [DEBUG] evaluating expression 'success()'
[Update WinGet Packages/Update package Casey.Just-2   ] [DEBUG] expression 'success()' evaluated to 'true'
[Update WinGet Packages/Update package Casey.Just-2   ] 🚀  Start image=catthehacker/ubuntu:act-22.04
[Update WinGet Packages/Update package michidk.vscli-3] [DEBUG] evaluating expression 'success()'
[Update WinGet Packages/Update package michidk.vscli-3] [DEBUG] expression 'success()' evaluated to 'true'
[Update WinGet Packages/Update package michidk.vscli-3] 🚀  Start image=catthehacker/ubuntu:act-22.04
INFO[0000] Parallel tasks (0) below minimum, setting to 1
[Update WinGet Packages/Update package michidk.vscli-3]   🐳  docker pull image=catthehacker/ubuntu:act-22.04 platform= username= forcePull=true
[Update WinGet Packages/Update package michidk.vscli-3] [DEBUG]   🐳  docker pull catthehacker/ubuntu:act-22.04
[Update WinGet Packages/Update package michidk.vscli-3] [DEBUG] pulling image 'docker.io/catthehacker/ubuntu:act-22.04' ()
INFO[0000] Parallel tasks (0) below minimum, setting to 1
[Update WinGet Packages/Update package Typst.Typst-1  ]   🐳  docker pull image=catthehacker/ubuntu:act-22.04 platform= username= forcePull=true
[Update WinGet Packages/Update package Typst.Typst-1  ] [DEBUG]   🐳  docker pull catthehacker/ubuntu:act-22.04
[Update WinGet Packages/Update package Typst.Typst-1  ] [DEBUG] pulling image 'docker.io/catthehacker/ubuntu:act-22.04' ()
INFO[0000] Parallel tasks (0) below minimum, setting to 1
[Update WinGet Packages/Update package Casey.Just-2   ]   🐳  docker pull image=catthehacker/ubuntu:act-22.04 platform= username= forcePull=true
[Update WinGet Packages/Update package Casey.Just-2   ] [DEBUG]   🐳  docker pull catthehacker/ubuntu:act-22.04
[Update WinGet Packages/Update package Casey.Just-2   ] [DEBUG] pulling image 'docker.io/catthehacker/ubuntu:act-22.04' ()
[Update WinGet Packages/Update package Typst.Typst-1  ] using DockerAuthConfig authentication for docker pull
[Update WinGet Packages/Update package michidk.vscli-3] using DockerAuthConfig authentication for docker pull
[Update WinGet Packages/Update package Casey.Just-2   ] using DockerAuthConfig authentication for docker pull
DEBU[0000] Saving notices etag=9383cec8-591f-4798-afca-707d3670d5cf
DEBU[0000] No new notices
Error: Error response from daemon: failed to resolve reference "docker.io/catthehacker/ubuntu:act-22.04": failed to authorize: failed to fetch oauth token: unexpected status from POST request to https://auth.docker.io/token: 429 Too Many Requests

Additional information

No response

Originally created by @michidk on GitHub (Nov 5, 2023). Original GitHub issue: https://github.com/nektos/act/issues/2078 ### Bug report info ```plain text act version: 0.2.53 GOOS: linux GOARCH: amd64 NumCPU: 24 Docker host: DOCKER_HOST environment variable is not set Sockets found: /var/run/docker.sock Config files: /home/michi/.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.21.3 Module path: command-line-arguments Main version: Main path: Main checksum: Build settings: -buildmode: exe -compiler: gc -ldflags: -X main.version=0.2.53 DefaultGODEBUG: panicnil=1 CGO_ENABLED: 1 CGO_CFLAGS: CGO_CPPFLAGS: CGO_CXXFLAGS: CGO_LDFLAGS: GOARCH: amd64 GOOS: linux GOAMD64: v1 Docker Engine: Engine version: dev Engine runtime: runc Cgroup version: 1 Cgroup driver: cgroupfs Storage driver: stargz Registry URI: https://index.docker.io/v1/ OS: Docker Desktop OS type: linux OS version: OS arch: x86_64 OS kernel: 5.15.90.1-microsoft-standard-WSL2 OS CPU: 24 OS memory: 15955 MB Security options: name=seccomp,profile=unconfined ``` ``` ### Command used with act ```sh act workflow_dispatch ``` ### Describe issue I get the following when running the command on my Arch WSL: ``` [Update WinGet Packages/Update package Typst.Typst-1 ] using DockerAuthConfig authentication for docker pull Error: Error response from daemon: failed to resolve reference "docker.io/catthehacker/ubuntu:act-22.04": failed to authorize: failed to fetch oauth token: unexpected status from POST request to https://auth.docker.io/token: 429 Too Many Requests ``` ### Link to GitHub repository https://github.com/michidk/winget ### Workflow content ```yml Happens on every workflow i tested. ``` ### Relevant log output ```sh DEBU[0000] Loading environment from /home/michi/dev/winget/.env DEBU[0000] Loading action inputs from /home/michi/dev/winget/.input DEBU[0000] Loading secrets from /home/michi/dev/winget/.secrets DEBU[0000] Loading vars from /home/michi/dev/winget/.vars DEBU[0000] Evaluated matrix inclusions: map[] DEBU[0000] Loading workflows from '/home/michi/dev/winget/.github/workflows' DEBU[0000] Loading workflows recursively DEBU[0000] Conditional GET for notices etag=9383cec8-591f-4798-afca-707d3670d5cf DEBU[0000] Found workflow 'update-packages.yml' in '/home/michi/dev/winget/.github/workflows/update-packages.yml' DEBU[0000] Reading workflow '/home/michi/dev/winget/.github/workflows/update-packages.yml' DEBU[0000] Using first passed in arguments event for filtering: workflow_dispatch DEBU[0000] Preparing plan for a event: workflow_dispatch DEBU[0000] Using first passed in arguments event: workflow_dispatch DEBU[0000] Planning jobs for event: workflow_dispatch DEBU[0000] gc: 2023-11-05 17:40:56.458495496 +0100 CET m=+0.003180544 module=artifactcache DEBU[0000] Plan Stages: [0xc000012588 0xc0000125a0] DEBU[0000] Stages Runs: [Update package ${{ matrix.id }}] DEBU[0000] Job.Name: Update package ${{ matrix.id }} DEBU[0000] Job.RawNeeds: {0 0 <nil> [] 0 0} DEBU[0000] Job.RawRunsOn: {8 0 !!str ubuntu-22.04 <nil> [] 14 14} DEBU[0000] Job.Env: {0 0 <nil> [] 0 0} DEBU[0000] Job.If: {0 0 success() <nil> [] 0 0} DEBU[0000] Job.Steps: Update Packages DEBU[0000] Job.TimeoutMinutes: DEBU[0000] Job.Services: map[] DEBU[0000] Job.Strategy: &{false 0 {4 0 !!map <nil> [0xc0000dfe00 0xc0000dfea0] 18 9}} DEBU[0000] Job.RawContainer: {0 0 <nil> [] 0 0} DEBU[0000] Job.Defaults.Run.Shell: DEBU[0000] Job.Defaults.Run.WorkingDirectory: DEBU[0000] Job.Outputs: map[] DEBU[0000] Job.Uses: DEBU[0000] Job.With: map[] DEBU[0000] Job.Result: DEBU[0000] Job.Strategy.FailFast: false DEBU[0000] Job.Strategy.MaxParallel: 0 DEBU[0000] Job.Strategy.FailFastString: DEBU[0000] Job.Strategy.MaxParallelString: DEBU[0000] Job.Strategy.RawMatrix: {4 0 !!map <nil> [0xc0000dfe00 0xc0000dfea0] 18 9} DEBU[0000] Loading revision from git directory DEBU[0000] Found revision: 0bc3fd81fae017753774a0591a23246191276ddf DEBU[0000] HEAD points to '0bc3fd81fae017753774a0591a23246191276ddf' DEBU[0000] using github ref: refs/heads/main DEBU[0000] Found revision: 0bc3fd81fae017753774a0591a23246191276ddf DEBU[0000] expression 'Update package ${{ matrix.id }}' rewritten to 'format('Update package {0}', matrix.id)' DEBU[0000] evaluating expression 'format('Update package {0}', matrix.id)' DEBU[0000] expression 'format('Update package {0}', matrix.id)' evaluated to '%!t(string=Update package )' DEBU[0000] Loading revision from git directory DEBU[0000] Found revision: 0bc3fd81fae017753774a0591a23246191276ddf DEBU[0000] HEAD points to '0bc3fd81fae017753774a0591a23246191276ddf' DEBU[0000] using github ref: refs/heads/main DEBU[0000] Found revision: 0bc3fd81fae017753774a0591a23246191276ddf DEBU[0000] DEBU[0000] Adding include 'map[id:Typst.Typst repo:typst/typst url:https://github.com/typst/typst/releases/download/v{VERSION}/typst-x86_64-pc-windows-msvc.zip]' DEBU[0000] Adding include 'map[id:Casey.Just repo:casey/just url:https://github.com/casey/just/releases/download/{VERSION}/just-{VERSION}-x86_64-pc-windows-msvc.zip]' DEBU[0000] Adding include 'map[id:michidk.vscli repo:michidk/vscli url:https://github.com/michidk/vscli/releases/download/v{VERSION}/vscli-x86_64-pc-windows-msvc.zip]' DEBU[0000] Job Matrices: [map[id:Typst.Typst repo:typst/typst url:https://github.com/typst/typst/releases/download/v{VERSION}/typst-x86_64-pc-windows-msvc.zip] map[id:Casey.Just repo:casey/just url:https://github.com/casey/just/releases/download/{VERSION}/just-{VERSION}-x86_64-pc-windows-msvc.zip] map[id:michidk.vscli repo:michidk/vscli url:https://github.com/michidk/vscli/releases/download/v{VERSION}/vscli-x86_64-pc-windows-msvc.zip]] DEBU[0000] Runner Matrices: map[] DEBU[0000] Final matrix after applying user inclusions '[map[id:Typst.Typst repo:typst/typst url:https://github.com/typst/typst/releases/download/v{VERSION}/typst-x86_64-pc-windows-msvc.zip] map[id:Casey.Just repo:casey/just url:https://github.com/casey/just/releases/download/{VERSION}/just-{VERSION}-x86_64-pc-windows-msvc.zip] map[id:michidk.vscli repo:michidk/vscli url:https://github.com/michidk/vscli/releases/download/v{VERSION}/vscli-x86_64-pc-windows-msvc.zip]]' DEBU[0000] Loading revision from git directory DEBU[0000] Found revision: 0bc3fd81fae017753774a0591a23246191276ddf DEBU[0000] HEAD points to '0bc3fd81fae017753774a0591a23246191276ddf' DEBU[0000] using github ref: refs/heads/main DEBU[0000] Found revision: 0bc3fd81fae017753774a0591a23246191276ddf DEBU[0000] expression 'Update package ${{ matrix.id }}' rewritten to 'format('Update package {0}', matrix.id)' DEBU[0000] evaluating expression 'format('Update package {0}', matrix.id)' DEBU[0000] expression 'format('Update package {0}', matrix.id)' evaluated to '%!t(string=Update package Typst.Typst)' DEBU[0000] Loading revision from git directory DEBU[0000] Found revision: 0bc3fd81fae017753774a0591a23246191276ddf DEBU[0000] HEAD points to '0bc3fd81fae017753774a0591a23246191276ddf' DEBU[0000] using github ref: refs/heads/main DEBU[0000] Found revision: 0bc3fd81fae017753774a0591a23246191276ddf DEBU[0000] expression 'Update package ${{ matrix.id }}' rewritten to 'format('Update package {0}', matrix.id)' DEBU[0000] evaluating expression 'format('Update package {0}', matrix.id)' DEBU[0000] expression 'format('Update package {0}', matrix.id)' evaluated to '%!t(string=Update package Casey.Just)' DEBU[0000] Loading revision from git directory DEBU[0000] Found revision: 0bc3fd81fae017753774a0591a23246191276ddf DEBU[0000] HEAD points to '0bc3fd81fae017753774a0591a23246191276ddf' DEBU[0000] using github ref: refs/heads/main DEBU[0000] Found revision: 0bc3fd81fae017753774a0591a23246191276ddf DEBU[0000] expression 'Update package ${{ matrix.id }}' rewritten to 'format('Update package {0}', matrix.id)' DEBU[0000] evaluating expression 'format('Update package {0}', matrix.id)' DEBU[0000] expression 'format('Update package {0}', matrix.id)' evaluated to '%!t(string=Update package michidk.vscli)' DEBU[0000] Detected CPUs: 24 [Update WinGet Packages/Update package Typst.Typst-1 ] [DEBUG] evaluating expression 'success()' [Update WinGet Packages/Update package Typst.Typst-1 ] [DEBUG] expression 'success()' evaluated to 'true' [Update WinGet Packages/Update package Typst.Typst-1 ] 🚀 Start image=catthehacker/ubuntu:act-22.04 [Update WinGet Packages/Update package Casey.Just-2 ] [DEBUG] evaluating expression 'success()' [Update WinGet Packages/Update package Casey.Just-2 ] [DEBUG] expression 'success()' evaluated to 'true' [Update WinGet Packages/Update package Casey.Just-2 ] 🚀 Start image=catthehacker/ubuntu:act-22.04 [Update WinGet Packages/Update package michidk.vscli-3] [DEBUG] evaluating expression 'success()' [Update WinGet Packages/Update package michidk.vscli-3] [DEBUG] expression 'success()' evaluated to 'true' [Update WinGet Packages/Update package michidk.vscli-3] 🚀 Start image=catthehacker/ubuntu:act-22.04 INFO[0000] Parallel tasks (0) below minimum, setting to 1 [Update WinGet Packages/Update package michidk.vscli-3] 🐳 docker pull image=catthehacker/ubuntu:act-22.04 platform= username= forcePull=true [Update WinGet Packages/Update package michidk.vscli-3] [DEBUG] 🐳 docker pull catthehacker/ubuntu:act-22.04 [Update WinGet Packages/Update package michidk.vscli-3] [DEBUG] pulling image 'docker.io/catthehacker/ubuntu:act-22.04' () INFO[0000] Parallel tasks (0) below minimum, setting to 1 [Update WinGet Packages/Update package Typst.Typst-1 ] 🐳 docker pull image=catthehacker/ubuntu:act-22.04 platform= username= forcePull=true [Update WinGet Packages/Update package Typst.Typst-1 ] [DEBUG] 🐳 docker pull catthehacker/ubuntu:act-22.04 [Update WinGet Packages/Update package Typst.Typst-1 ] [DEBUG] pulling image 'docker.io/catthehacker/ubuntu:act-22.04' () INFO[0000] Parallel tasks (0) below minimum, setting to 1 [Update WinGet Packages/Update package Casey.Just-2 ] 🐳 docker pull image=catthehacker/ubuntu:act-22.04 platform= username= forcePull=true [Update WinGet Packages/Update package Casey.Just-2 ] [DEBUG] 🐳 docker pull catthehacker/ubuntu:act-22.04 [Update WinGet Packages/Update package Casey.Just-2 ] [DEBUG] pulling image 'docker.io/catthehacker/ubuntu:act-22.04' () [Update WinGet Packages/Update package Typst.Typst-1 ] using DockerAuthConfig authentication for docker pull [Update WinGet Packages/Update package michidk.vscli-3] using DockerAuthConfig authentication for docker pull [Update WinGet Packages/Update package Casey.Just-2 ] using DockerAuthConfig authentication for docker pull DEBU[0000] Saving notices etag=9383cec8-591f-4798-afca-707d3670d5cf DEBU[0000] No new notices Error: Error response from daemon: failed to resolve reference "docker.io/catthehacker/ubuntu:act-22.04": failed to authorize: failed to fetch oauth token: unexpected status from POST request to https://auth.docker.io/token: 429 Too Many Requests ``` ### Additional information _No response_
kerem 2026-03-01 21:48:03 +03:00
Author
Owner

@github-actions[bot] commented on GitHub (May 4, 2024):

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

<!-- gh-comment-id:2093903809 --> @github-actions[bot] commented on GitHub (May 4, 2024): Issue is stale and will be closed in 14 days unless there is new activity
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#994
No description provided.