Skip to content

Commit 727cda2

Browse files
committed
wip
1 parent 429b1bd commit 727cda2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ jobs:
110110
run: |
111111
docker image ls --format '{{.Repository}}:{{.Tag}}' --filter=reference='geoadmin/*' | \
112112
xargs -I '{}' docker tag '{}' ghcr.io/'{}'
113-
docker image ls --format '{{.Repository}}:{{.Tag}}' |grep ghcr.io | \
114-
xargs -r -L1 docker push $1
113+
docker image ls --format '{{.Repository}}:{{.Tag}}' --filter=reference='ghcr.io/geoadmin/*' | \
114+
xargs -I '{}' docker push '{}'
115115
116116
build-npm-package:
117117
# if: github.event_name != 'issue_comment'

0 commit comments

Comments
 (0)