Skip to content

Commit c560f1a

Browse files
bugfix push
1 parent c17d34f commit c560f1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ jobs:
5858
env:
5959
BASE_IMAGE: ${{ steps.get-base-image.outputs.tags }}
6060
run: |
61-
echo $DOCKER_METADATA_OUTPUT_TAGS | tr ' ' '\n' | xargs -n1 docker tag "$BASE_IMAGE"
62-
echo "$BASE_IMAGE" | cut -f1 -d: | docker push --all-tags --quiet
61+
echo "$DOCKER_METADATA_OUTPUT_TAGS" | tr ' ' '\n' | xargs -n1 docker tag "$BASE_IMAGE"
62+
docker push --all-tags --quiet "$(echo "$BASE_IMAGE" | cut -f1 -d:)"

0 commit comments

Comments
 (0)