mirror of
https://github.com/nektos/act.git
synced 2026-04-26 09:25:54 +03:00
[GH-ISSUE #443] docker/build-push-action@v2 not working #308
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#308
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @stefanfoulis on GitHub (Dec 9, 2020).
Original GitHub issue: https://github.com/nektos/act/issues/443
Act works ok for me locally with some examples I tried. But when I try to use the official docker actions (v2) it does not work for me (macOS with Docker for Mac).
When following examples from https://github.com/marketplace/actions/build-and-push-docker-images I get these errors:
The same error appear with all these actions:
docker/setup-qemu-action@v1docker/setup-buildx-action@v1docker/login-action@v1docker/build-push-action@v2The same workflow file works on github though.
@catthehacker commented on GitHub (Dec 9, 2020):
https://github.com/nektos/act#default-runners-are-intentionally-incomplete
https://github.com/nektos/act/issues/107
Docker is not included in the image
@stefanfoulis commented on GitHub (Dec 9, 2020):
/me begins 18GB download over 4G connection 🤞 😅
@tomkerkhove commented on GitHub (Dec 22, 2020):
I went that route as well until Docker ran out of space 🙈
@github-actions[bot] commented on GitHub (Jan 22, 2021):
Issue is stale and will be closed in 14 days unless there is new activity
@JakeChampion commented on GitHub (Jan 27, 2021):
This is also an issue when using the larger image:
@catthehacker commented on GitHub (Jan 27, 2021):
@JakeChampion in the log, you still have
node:12.6-buster-slim, you probably replaced wrong image/platform.@mandrean commented on GitHub (Feb 24, 2021):
@JakeChampion is your workflow declaring
runs-on: ubuntu-latest?In that case, try:
If that doesn't work, try
@github-actions[bot] commented on GitHub (Mar 27, 2021):
Issue is stale and will be closed in 14 days unless there is new activity
@catthehacker commented on GitHub (Mar 30, 2021):
dockercli is included inmedium/largeimage so I think it's safe to close this issue.PREFIXenvironment variable #1407