build-push-action icon indicating copy to clipboard operation
build-push-action copied to clipboard

GitHub Action to build and push Docker images with Buildx

Results 78 build-push-action issues
Sort by recently updated
recently updated
newest added

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.9.0 to 1.9.1. Changelog Sourced from @​actions/core's changelog. 1.9.1 Randomize delimiter when calling core.exportVariable Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@actions/core&package-manager=npm_and_yarn&previous-version=1.9.0&new-version=1.9.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve...

dependencies
bot

Hi guys, this is not really an issue, but some feedback that you hopefully consider: I'm aware I probably sound like a whiny crybaby, but please believe me that I...

### Behaviour Got an error while computing the cache key: ``` error: failed to solve: failed to compute cache key: failed to copy: invalid status response 416 The range specified...

upstream
cache

### Behaviour #### Steps to reproduce this issue 1. Create/build an image because we want to test if the changes pass (following https://github.com/docker/build-push-action/blob/master/docs/advanced/test-before-push.md): ```yaml - uses: actions/[email protected] if: ${{ env.TEST_ID...

It's already reported in #621 that the multi platform build fails with OutOfMemory error. I noticed on the log that the build for both platform is running in parallel ```...

I'm having some issues with using the gha cache and don't know if there's something I'm missing. It is apparently exporting the cache. Export Cache ``` #18 exporting to image...

upstream
cache

``` #1 [internal] load git source https://github.com/TarsCloudMarket/CountServer.git#4c66a29c33814cc24e93ed470d4a1ccc3ed98b05 #0 0.041 hint: Using 'master' as the name for the initial branch. This default branch name #0 0.041 hint: is subject to change....

kind/upstream

The GitHub runner `windows-2019` has Docker installed, so you can build and push images with a workflow like this: - https://github.com/sixeyed/pi/blob/master/.github/workflows/build-windows.yaml Would be great if this action supported Windows image...

area/windows