-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting tags not shown in the matrix example #19339
Comments
Seems to work now, after the previous commit to the dep workflow. I set the tags only in the merge->meta section, as I noticed in this workflow https://github.com/adap/flower/blob/3f757c7de94766784f15f14cfb0f8cec8566aa8a/.github/workflows/_docker-build.yml#L103 See also: docker/docs#19339
There hasn't been any activity on this issue for a long time. Prevent issues from auto-closing with a /lifecycle stale |
/remove-lifecycle stale |
Here's a real-world workflow with the implementation. Note the "tags" section is only in the merge job. |
Hi!
If we remove the tags to
|
There hasn't been any activity on this issue for a long time. Prevent issues from auto-closing with a /lifecycle stale |
I think this is still an issue, following the example at https://docs.docker.com/build/ci/github-actions/multi-platform/#distribute-build-across-multiple-runners I still get the error reported at the top of the ticket |
/remove-lifecycle stale |
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. /lifecycle locked |
Is this a docs issue?
Type of issue
I can't find what I'm looking for
Description
In the example for the workflow using the matrix, setting the tags isn't shown.
Location
https://docs.docker.com/build/ci/github-actions/multi-platform/
Suggestion
Do the tags only need to be set in the meta section?
I'm trying this:
The build finishes but the push fails:
The text was updated successfully, but these errors were encountered: