Skip to content

Commit 4fb1a99

Browse files
committed
ci: fix release workflow
1 parent 51e8e28 commit 4fb1a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
--address=$DOCKER_REGISTRY \
8989
--username=$DOCKER_REGISTRY_USERNAME \
9090
--secret=env:DOCKER_REGISTRY_PASSWORD \
91-
copy \
91+
with-copy \
9292
--source=ghcr.io/${GH_DOCKER_REPOSITORY}:${{ env.RELEASE_VERSION }} \
9393
--target=${DOCKER_REGISTRY}/${DOCKER_REPOSITORY}:${{ env.RELEASE_VERSION }} \
9494
tag \

0 commit comments

Comments
 (0)