We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8943a5d commit ad952d1Copy full SHA for ad952d1
.github/workflows/add-docker-tag.yaml
@@ -41,6 +41,7 @@ jobs:
41
run: |
42
curl -L https://github.com/regclient/regclient/releases/latest/download/regctl-linux-amd64 > regctl
43
chmod 755 regctl
44
+ sudo mv regctl /usr/local/sbin
45
46
- name: Use regctl to copy images (add tags)
47
0 commit comments