Skip to content

Commit

Permalink
[REVERT ME] temp command to remove wrong tag
Browse files Browse the repository at this point in the history
  • Loading branch information
navarone-feekery committed Feb 21, 2025
1 parent ccd84c4 commit ad90384
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .buildkite/publish/push-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ vault read -address "${VAULT_ADDR}" -field "${DOCKER_PASS_KEY}" "${VAULT_PATH}"
TAG_NAME="$BASE_TAG_NAME:${VERSION}-${ARCHITECTURE}"
echo "Pushing image to docker with tag: $TAG_NAME"
docker push "$TAG_NAME"

echo "TEMP delete incorrect docker tag"
docker rmi "$BASE_TAG_NAME:LATEST"

0 comments on commit ad90384

Please sign in to comment.