mirror of
https://github.com/nspcc-dev/neofs-aio.git
synced 2026-03-01 12:37:22 +00:00
Revise GH workflow #23
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 @smallhive on GitHub (Sep 14, 2023).
We need to revise current repo workflows connected with docker images
Current Behavior
Each push make a new docker version and pushes it to DockerHub
Expected Behavior
Push new images only on release
Possible Solution
Update workflow
@roman-khimov commented on GitHub (Sep 14, 2023):
The problem is exactly that it's not a Github action. It's buried deeply in Jenkins pipelines.
@smallhive commented on GitHub (Sep 14, 2023):
Whoops, one will detect this when starting to work on the issue
@roman-khimov commented on GitHub (Sep 14, 2023):
In fact it's a nice issue to rework this flow into GH action.