question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to use artifacts in build-push-action?

See original GitHub issue

I 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:closed
  • Created a year ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
KEGustafssoncommented, Apr 11, 2022

Thanks! Working perfectly!

Also this input doesn’t exist:

          images: <user>/<repo>

Original was removed and replaced with this…

0reactions
crazy-maxcommented, Apr 11, 2022

Also this input doesn’t exist:

          images: <user>/<repo>
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found