How to use artifacts in build-push-action?
See original GitHub issueI tried to figuring out how to use artifacts in build-push-action, but didn’t find the info?
I can upload and download artifacts in GH action. I can see that artifacts are in correct folder, but after starting docker/build-push-action@v2
action and doing ADD "folder"
in docker build Dockerfile
, folder is not containing just downloaded artifacts.
It seems that docker buildx build
is loading git source, but not the one I have checked out.
How this should be done?
Issue Analytics
- State:
- Created a year ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
How to publish GitHub Actions artifacts by example
Here's a simple example on how a developer can publish GitHub Actions artifacts for download once a build workflow successfully completes.
Read more >Build and Push an Artifact - Harness.io Docs
Build and Push an Artifact · Step 1: Create the CI Stage · Step 2: Add the Codebase · Step 3: Define the...
Read more >Tip 6: Uploading artifacts in a GitHub Actions workflow
After our workflow is done with a job, any residual content from our build is lost. We want to save that content as...
Read more >Effectively Manage GitHub Actions Artifacts to Deploy Releases
The build artifact can now be accessed in another job in the workflow by being downloaded because you have a step to upload...
Read more >Use GitHub Actions to push to Azure Artifacts - Microsoft Learn
Create a GitHub workflow that builds an artifact · Set AZURE_ARTIFACTS_FEED_URL to the registry url for your Azure Artifacts Feed. · Set the ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks! Working perfectly!
Original was removed and replaced with this…
Also this input doesn’t exist: