There was an error while loading. Please reload this page.
1 parent 429b1bd commit 727cda2Copy full SHA for 727cda2
1 file changed
.github/workflows/artifacts.yml
@@ -110,8 +110,8 @@ jobs:
110
run: |
111
docker image ls --format '{{.Repository}}:{{.Tag}}' --filter=reference='geoadmin/*' | \
112
xargs -I '{}' docker tag '{}' ghcr.io/'{}'
113
- docker image ls --format '{{.Repository}}:{{.Tag}}' |grep ghcr.io | \
114
- xargs -r -L1 docker push $1
+ docker image ls --format '{{.Repository}}:{{.Tag}}' --filter=reference='ghcr.io/geoadmin/*' | \
+ xargs -I '{}' docker push '{}'
115
116
build-npm-package:
117
# if: github.event_name != 'issue_comment'
0 commit comments