Skip to content
This repository was archived by the owner on May 13, 2022. It is now read-only.

Commit 5376d4c

Browse files
author
Silas Davis
committed
Don't push dev image to latest tag in hyperledger repo
Do push dev version tag to hyperledger Signed-off-by: Silas Davis <[email protected]>
1 parent 242ed8a commit 5376d4c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/prerelease.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,4 @@ jobs:
5252
run: |
5353
version=$(./scripts/local_version.sh)
5454
echo ${DOCKER_PASS} | docker login --username ${DOCKER_USER} --password-stdin
55-
docker tag ${DOCKER_REPO}:${version} ${DOCKER_REPO}:latest
56-
docker push ${DOCKER_REPO}:latest
55+
docker push --all-tags ${DOCKER_REPO}

0 commit comments

Comments
 (0)