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

Commit 513b4c0

Browse files
author
Silas Davis
authored
Merge pull request #1459 from hyperledger/docker-publish-tweak
Don't push dev image to latest tag in hyperledger repo
2 parents 242ed8a + 5376d4c commit 513b4c0

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)